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

9 lines
121 B
Makefile
Raw Normal View History

2011-02-18 13:03:45 +00:00
CFLAGS=-I.. -DDEBUG
LDFLAGS=-L.. -lpsyc
works:
cc -I.. -DDEBUG -L.. testParser.c -o testParser -lpsyc
it: testParser