summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b1e44f5..24c4d02 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CARGO ?= cargo
-.PHONY: all build run clean fmt check
+.PHONY: all build run clean fmt check install
all: build
@@ -19,4 +19,5 @@ fmt:
check:
$(CARGO) check
-
+install:
+ mv target/debug/suicidekit /usr/local/bin/suicidekit \ No newline at end of file