igar/Makefile

7 lines
100 B
Makefile

igar:
go build
install: igar
install -m 755 $< /usr/local/bin/
uninstall:
rm /usr/local/bin/igar