summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-10-30 22:20:50 +0300
committerNamilskyy <alive6863@gmail.com>2025-10-30 22:23:30 +0300
commit87baa54521aeb5ecb631458ce5e697013cf9d78a (patch)
tree91efa3147a7f9f92b0c946f1fc7ef432a7796f70 /Makefile
parent71152981a3c78d14e66990586ce81eb06e6c2371 (diff)
Some fixes and PKGBUILD created.
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