diff options
| author | stkhan <personal@slickd.xyz> | 2024-01-02 18:32:28 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2024-01-02 18:32:28 +0000 |
| commit | 822460668136332b9ba8d00c74904fb8f93d1699 (patch) | |
| tree | fa590d4ebecc83776fd2eebb385e7f4c12bc33db /Makefile | |
| parent | cc4412e7144b32cca0ab7384b3ef3cbc6ee8c25c (diff) | |
Updated scripts
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..00337cd --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +all: install + +install: + mkdir -p ~/.local/bin/ + cp * ~/.local/bin + + |