Merge branch 'master' of supraverse.net:libpsyc

This commit is contained in:
Marenz 2011-04-15 23:46:27 +02:00
commit 65a6975fd7
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