mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
fixed makefile for test, fixed help output
This commit is contained in:
parent
3265b2fea9
commit
917474e6f3
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@
|
|||
.PHONY: test
|
||||
|
||||
default:
|
||||
@/bin/echo -e "Usage:\n\tmake diet - compile with diet libc\n\tmake lib - compile with normal gnu libc\n\tmake test\n\tmake doc"
|
||||
@/bin/echo -e "Usage:\n\tmake diet - compile with diet libc\n\tmake glibc - compile with normal gnu libc\n\tmake test\n\tmake doc"
|
||||
|
||||
glibc:
|
||||
make -C src glibc
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
CFLAGS=-I../include -DDEBUG -g -O0 -Wall
|
||||
LDFLAGS=-L../src
|
||||
LDFLAGS=-L../lib
|
||||
LOADLIBES=-lpsyc -lm
|
||||
TARGETS=testServer testParser testMatch testRender isRoutingVar getVarType
|
||||
PORT=4440
|
||||
|
|
Loading…
Reference in a new issue