about summary refs log tree commit diff
path: root/Makefile
blob: c6cc8d6cce3fff6844971610f5ad4661c2a00330 (plain) (blame)
1
2
3
4
5
CFLAGS=-g -Wall -O2
all: nq
nq: nq.c
clean:
	rm -f nq