Changed install to be in userspace and no root is required

This commit is contained in:
2025-11-07 23:14:25 +01:00
parent 4ab9fab20b
commit 5b39640ec1
2 changed files with 14 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
EXECUTABLE = cheatsh
PACKAGES = ./src/.
BINDIR = bin
SYSCONFDIR = /etc/cheatsh
PREFIX ?= /usr/local
SYSCONFDIR = $(HOME)/.config/cheatsh
PREFIX ?= $(HOME)/.local
all: build