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

updated testparser to work with the new api. Debugging time now

This commit is contained in:
Marenz 2011-04-17 13:25:06 +02:00
parent 69ca100ed0
commit b6ef420efa
5 changed files with 46 additions and 67 deletions

View file

@ -2,7 +2,7 @@ CFLAGS=-I.. -DDEBUG
LDFLAGS=-L.. -lpsyc
works:
cc -I.. -DDEBUG -L.. testParser.c -o testParser -lpsyc
cc -I../../include -DDEBUG -L.. parser/testParser.c -o testParser -lpsyc
it: testParser