diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-10-30 22:20:50 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-10-30 22:23:30 +0300 |
| commit | 87baa54521aeb5ecb631458ce5e697013cf9d78a (patch) | |
| tree | 91efa3147a7f9f92b0c946f1fc7ef432a7796f70 /Makefile | |
| parent | 71152981a3c78d14e66990586ce81eb06e6c2371 (diff) | |
Some fixes and PKGBUILD created.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
