From 87baa54521aeb5ecb631458ce5e697013cf9d78a Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Thu, 30 Oct 2025 22:20:50 +0300 Subject: Some fixes and PKGBUILD created. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3