aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 9fbd903541b4a15c8256018456be91577ebce6ff (plain)
1
2
3
4
5
6
numrep: main.c
	cc $^ -o $@

.PHONY: clean
clean: 
	rm -rf numrep