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

fixed and extended makefile

This commit is contained in:
Marenz 2010-09-01 17:16:35 +02:00
parent 49939114ab
commit 19330a70ac
4 changed files with 9 additions and 6 deletions

View file

@ -1,3 +1,6 @@
CFLAGS=-L.. -I.. -DDEBUG -lpsyc
it: testParser
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