1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

reorganized test paths and makefile

This commit is contained in:
Mathias Laurenz Baumann 2010-09-02 13:01:18 +02:00
parent eb7876b2d5
commit 39b9050e79
7 changed files with 6 additions and 6 deletions

View file

@ -1,6 +0,0 @@
dietlib:
/opt/diet/bin/diet cc -L.. -I.. -DDEBUG -lpsyc testParser.c -lpsyc -o testParser
lib:
cc -L.. -I.. -DDEBUG -lpsyc testParser.c -lpsyc -o testParser

View file

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