mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
Merge branch 'master' of supraverse.net:libpsyc
This commit is contained in:
commit
37de85373c
2 changed files with 9 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
CC=cc
|
CC=cc
|
||||||
|
# CC=clang
|
||||||
|
|
||||||
default:
|
default:
|
||||||
@/bin/echo -e "Usage:\n\tmake diet - compile with diet libc\n\tmake lib - compile with normal gnu libc"
|
@/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
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…
Reference in a new issue