summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 4ba068e9dc1c0b7f95d8b16d3a593c7de7e3b997 (plain)
1
2
3
4
5
6
7
8
9
piper: piper.c
	${CC} -o piper -g -Wall -Werror piper.c

.PHONY: clean

clean:
	rm -f piper