aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 69868ceaf54c03d885ed9ce8f24867e6da31fc6e (plain)
1
2
3
4
5
6
7
8
9
10
all:
	echo "Usage: make install"

install: uninstall
	chmod +x *sh
	find `pwd` -type f -name "*.sh" -exec ln -s {} ~/bin/acme/ ';'
	find ~/bin/acme/ -type l -name "*.sh" -exec renamex -s/.sh// '{}' \;

uninstall:
	rm -f ~/bin/acme/*