mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
-
This commit is contained in:
parent
76aaaf688d
commit
dcda7bcb21
2 changed files with 9 additions and 0 deletions
8
src/tests/Makefile
Normal file
8
src/tests/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
CFLAGS=-I.. -DDEBUG
|
||||
LDFLAGS=-L.. -lpsyc
|
||||
|
||||
works:
|
||||
cc -I.. -DDEBUG -L.. testParser.c -o testParser -lpsyc
|
||||
|
||||
it: testParser
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue