1
0
Fork 0
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:
Marenz 2011-04-30 13:09:24 +02:00
parent 3265b2fea9
commit 917474e6f3
2 changed files with 2 additions and 2 deletions

View file

@ -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