initial makefile

This commit is contained in:
Simon Petit 2019-07-04 10:17:09 +02:00
parent 688b56b2a8
commit 92b743df8c

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
install:
@echo "Installing bob"
cp bob /usr/local/bin
uninstall:
@echo "Uninstalling bob"
rm /usr/local/bin/bob