mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
-
This commit is contained in:
parent
1c9bbd185c
commit
b7efbaf678
2 changed files with 9 additions and 0 deletions
|
@ -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
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