aboutsummaryrefslogtreecommitdiff
path: root/mkfile
blob: d3ad60b75fdd18f2652cf8ea5e54fa69b669b8c3 (plain)
1
2
3
4
5
6
7
8
9
10
BIN=$home/bin/rc/gh
FILES=gh create delete list

install:V:
	if(! test -d $BIN)
		mkdir -p $BIN
	cp $FILES $BIN

uninstall:V:
	rm -rf $BIN