summaryrefslogtreecommitdiff
path: root/Makefile
blob: 71954a7be78acc7f49d5bf2925a4bb08e38e5ca5 (plain)
1
2
3
4
5
6
7
8
9
timer: timer.c bin/
	gcc -o bin/timer timer.c

bin/:
	mkdir bin

.PHONY: install
install:
	cp bin/* /usr/local/bin