mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
functions for creating packet & modifier structs, rendering
This commit is contained in:
parent
e047884a0d
commit
3afb723bf8
13 changed files with 267 additions and 99 deletions
|
@ -1,6 +1,6 @@
|
|||
CFLAGS=-I../include -DDEBUG -g -O0 -Wall
|
||||
LDFLAGS=-L../src
|
||||
LOADLIBES=-lpsyc
|
||||
LOADLIBES=-lpsyc -lm
|
||||
TARGETS=testParser testMatch testRender isRoutingVar
|
||||
|
||||
all: $(TARGETS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue