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:
parent
eb7876b2d5
commit
39b9050e79
7 changed files with 6 additions and 6 deletions
|
@ -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
|
6
src/tests/parser/Makefile
Normal file
6
src/tests/parser/Makefile
Normal 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
|
||||
|
Loading…
Reference in a new issue