aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 01624ec1ce084c9dfeafeb1305064ae9082313dc (plain) (blame)
1
2
3
4
5
6
7
8
9
.PHONY: all install

PREFIX := /usr/local

all :

install :
	install -m 0755 bin/* "$(PREFIX)"/bin