1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00
This commit is contained in:
psyc://psyced.org/~lynX 2011-04-17 21:25:52 +02:00
parent f1c03b463e
commit 1c9d85eec9

View file

@ -1,5 +1,5 @@
parser:
$(DIETLIB) cc -L../.. -I../.. -DDEBUG -lpsyc testParser.c -lpsyc -o testParser
$(DIETLIB) cc -L../.. -I../../../include -DDEBUG -lpsyc testParser.c -lpsyc -o testParser
diet:
DIETLIB=/opt/diet/bin/diet make parser