about summary refs log tree commit diff
path: root/Makefile
blob: 94610278ffe2d93858855646e63339e895e453f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
CFLAGS=-g -O2 -Wall -Wno-unused-parameter -Wextra -Wwrite-strings

ALL=nitro nitroctl

all: $(ALL)

clean: FRC
	rm -f $(ALL)

FRC: