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