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