1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-08 13:37:22 +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

View file

@ -1,4 +1,5 @@
CC=cc
# CC=clang
default:
@/bin/echo -e "Usage:\n\tmake diet - compile with diet libc\n\tmake lib - compile with normal gnu libc"

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