diff options
| author | stkhan <personal@slickd.xyz> | 2024-01-01 00:51:36 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2024-01-01 00:51:36 +0000 |
| commit | 9b160a482ac271fb5678e15007752f5711731050 (patch) | |
| tree | 643212d164e1ae32ed92dc77836f907775a0f2e4 /Makefile | |
init commit
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b944fa3 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +all: install + +install: + cp depm /usr/local/bin +uninstall: + rm -r /usr/local/bin/depm + |