aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: a9e2042c834b8da51dc083510f25b73d9a9bf0b6 (plain)
1
2
3
4
5
6
install: bin man

man:
	install -m 644 *.1 /usr/local/man/man1/
bin:
	ls * | grep -v '\.1$$' | xargs -I{} install {} /usr/local/bin/