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

ALL=nitro nitroctl

all: $(ALL)

clean: FRC
	rm -f $(ALL)

FRC: