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:
parent
69ca100ed0
commit
b6ef420efa
5 changed files with 46 additions and 67 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue