diff options
| author | NPScript <nathan.p.reiner@gmail.com> | 2021-09-26 17:32:36 +0200 |
|---|---|---|
| committer | NPScript <nathan.p.reiner@gmail.com> | 2021-09-26 17:32:36 +0200 |
| commit | 8ab603f8d631278c14a93ef28144e988692fd711 (patch) | |
| tree | ffbcb5c381e7aa36ff00217b50873d6e5122bbf1 /Makefile | |
first commit
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0877ca5 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +install: + install scrubs /usr/local/bin/ + +uninstall: + rm /usr/local/bin/scrubs |