diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..accc574 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +install: + mkdir -p /usr/local/bin + cp -f scrsht /usr/local/bin + chmod 755 /usr/local/bin/scrsht + +uninstall: + rm -f /usr/local/bin/scrsht