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

renaming & moving stuff around; psyc logo

This commit is contained in:
tg(x) 2011-04-21 14:20:24 +02:00
parent ca844efdb4
commit 9fd39c72a1
29 changed files with 153 additions and 73 deletions

12
test/Makefile Normal file
View file

@ -0,0 +1,12 @@
CFLAGS=-I../include -DDEBUG -g -O0 -Wall
LDFLAGS=-L../src
LOADLIBES=-lpsyc
TARGETS=testParser testMatch
all: $(TARGETS)
test:
for f in packets/*; do echo -e "\n>> $$f"; ./testParser $$f; done
clean:
rm -f $(TARGETS)