CC=cc all: usniff usniff: ${CC} -lpcap $@.c -o $@ clean: rm -f a.out usniff rebuild: clean all