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

ready for testing now.

This commit is contained in:
Marenz 2011-04-17 13:59:07 +02:00
parent b6ef420efa
commit fc829ecbb3
4 changed files with 55 additions and 43 deletions

View file

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