reorganized test paths and makefile

This commit is contained in:
Marenz 2010-09-02 13:01:18 +02:00
parent 19330a70ac
commit 885ebb9937
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