mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
RenderHeader
This commit is contained in:
parent
9fd39c72a1
commit
893a318b82
5 changed files with 90 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue