summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2024-01-02 18:32:28 +0000
committerstkhan <personal@slickd.xyz>2024-01-02 18:32:28 +0000
commit822460668136332b9ba8d00c74904fb8f93d1699 (patch)
treefa590d4ebecc83776fd2eebb385e7f4c12bc33db /Makefile
parentcc4412e7144b32cca0ab7384b3ef3cbc6ee8c25c (diff)
Updated scripts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
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
+
+