
PROGS= \
tcpdump-split

CFLAGS = -Wall -g
LDFLAGS = -lpcap

all: $(PROGS) 

clean:
	rm -f $(PROGS)
