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
146 B
Makefile
Raw Normal View History

2011-02-18 13:03:45 +00:00
CFLAGS=-I.. -DDEBUG
LDFLAGS=-L.. -lpsyc
works:
2011-04-17 11:59:07 +00:00
cc -I../../include -g -O0 -DDEBUG -L.. parser/testParser.c -o testParser -lpsyc
2011-02-18 13:03:45 +00:00
it: testParser