1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

RenderHeader

This commit is contained in:
psyc://psyced.org/~lynX 2011-04-22 11:50:13 +02:00
parent 9fd39c72a1
commit 893a318b82
5 changed files with 90 additions and 14 deletions

View file

@ -1,7 +1,7 @@
CFLAGS=-I../include -DDEBUG -g -O0 -Wall
LDFLAGS=-L../src
LOADLIBES=-lpsyc
TARGETS=testParser testMatch
TARGETS=testParser testMatch testRender
all: $(TARGETS)
@ -10,3 +10,5 @@ test:
clean:
rm -f $(TARGETS)
it: all