CFLAGS=-g

BINS= \
	dump_lv2_pcap_to_bin \
	dump_elfs_pcap_to_dir \
	bin2header

all: $(BINS)

clean:
	rm -f $(BINS) *~
