change installation to user specific installation

This commit is contained in:
2023-09-23 15:08:35 +02:00
parent 9b5cc5d563
commit fa1d572c26

View File

@@ -4,7 +4,7 @@ VERSION = 0.8.2
# Customize below to fit your system
# paths
PREFIX ?= /usr/local
PREFIX ?= $(HOME)/.local/
MANPREFIX = $(PREFIX)/share/man
X11INC = /usr/X11R6/include