all: drop_check

drop_check: reassemble.c
	$(CC) -o $@ $^ $(CFLAGS) $(LDFLAGS) -lpcap

clean:
	rm -f drop_check *~ core.*
