changed config.mk

This commit is contained in:
memL0rz
2024-09-23 21:54:28 +02:00
parent 56199726af
commit ce6c05a64b

View File

@ -7,8 +7,8 @@ VERSION = 0.9.2
PREFIX = /usr/local PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man MANPREFIX = $(PREFIX)/share/man
X11INC = /usr/include X11INC = ${PREFIX}/include
X11LIB = /usr/lib X11LIB = ${PREFIX}/lib
PKG_CONFIG = pkg-config PKG_CONFIG = pkg-config