summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2023-12-07 19:07:44 +0000
committerstkhan <personal@slickd.xyz>2023-12-07 19:07:44 +0000
commit864f0fd9588ced475e6cc609273e259d9f8d431e (patch)
treebd0c64ba688ddeb85e9b00157ada88c2e13f36da /Makefile
Init commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..d4598e8
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+all: install
+
+install:
+ mkdir -p ~/.local/bin
+ cp drivesync ~/.local/bin
+