bob/Makefile
2019-07-04 10:17:09 +02:00

8 lines
117 B
Makefile

install:
@echo "Installing bob"
cp bob /usr/local/bin
uninstall:
@echo "Uninstalling bob"
rm /usr/local/bin/bob