diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..fcfeb4e --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +install: + @echo "Installing bob" + cp bob /usr/local/bin + +uninstall: + @echo "Uninstalling bob" + rm /usr/local/bin/bob