CC = gcc LD = ld CFLAGS = -Wall -O2 LDFLAGS = -lipq all: nfqtest clean: rm -f nfqtest nfqtest.o nfqtest: nfqtest.o $(CC) nfqtest.o -o nfqtest $(LDFLAGS)