1 2 3 4 5 6 7 8
CFLAGS=-g -Wall -O2 all: nq fq nq: nq.c fq: fq.c clean: rm -f nq fq check: prove -v ./tests