1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00
This commit is contained in:
psyc://psyced.org/~lynX 2011-02-18 14:03:45 +01:00
parent 76aaaf688d
commit dcda7bcb21
2 changed files with 9 additions and 0 deletions

8
src/tests/Makefile Normal file
View file

@ -0,0 +1,8 @@
CFLAGS=-I.. -DDEBUG
LDFLAGS=-L.. -lpsyc
works:
cc -I.. -DDEBUG -L.. testParser.c -o testParser -lpsyc
it: testParser