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:
parent
b6ef420efa
commit
fc829ecbb3
4 changed files with 55 additions and 43 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue