mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
getVarType
This commit is contained in:
parent
6f9a753415
commit
f722733f08
5 changed files with 112 additions and 28 deletions
|
@ -1,7 +1,7 @@
|
|||
CFLAGS=-I../include -DDEBUG -g -O0 -Wall
|
||||
LDFLAGS=-L../src
|
||||
LOADLIBES=-lpsyc -lm
|
||||
TARGETS=testServer testParser testMatch testRender isRoutingVar
|
||||
TARGETS=testServer testParser testMatch testRender isRoutingVar getVarType
|
||||
PORT=4440
|
||||
|
||||
all: $(TARGETS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue