new settings

This commit is contained in:
Umgeher Torgersen 2022-10-04 18:19:19 +00:00
parent bccd2a0a76
commit 27581edf32
2 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
CFLAGS = -Wall -Wextra -pedantic -lX11 -lXft -I/usr/include/freetype2 -pthread
CFLAGS = -Wall -Wextra -pedantic -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -lXft -I/usr/X11R6/include/freetype2 -pthread
PREFIX ?= /usr/local
CC ?= cc