about summary refs log tree commit diff
path: root/Makefile
blob: dbd7ccbc180a3390e1cc7e033279e35310cfefeb (plain) (blame)
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
check:
	prove -v ./tests