aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorNRK <nrk@disroot.org>2022-05-26 02:08:59 +0200
committerN-R-K <nrk@disroot.org>2022-05-30 14:07:01 +0200
commitc713186ce9861eb4b0246896fd8b003d72994962 (patch)
treeeca12b7f27ce140585f9ca5a48f412fade24f72c /config.mk
parent6c30fb22cc5b065c66fd37ae48da94a11f97193b (diff)
downloadnsxiv-c713186ce9861eb4b0246896fd8b003d72994962.tar.zst
Makefile: use lowercase for internal macros
ref: 971f5d669490696c11f5c4ede1fee558e05ae4fc
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 0dca0b7..4bb84c6 100644
--- a/config.mk
+++ b/config.mk
@@ -33,4 +33,4 @@ ICONS = 16x16.png 32x32.png 48x48.png 64x64.png 128x128.png
# inc_fonts_bsd_0 =
# inc_fonts_bsd_1 = -I/usr/X11R6/include/freetype2
# LDLIBS = -lz -L/usr/local/lib -L/usr/X11R6/lib $(lib_fonts_bsd_$(HAVE_LIBFONTS))
-# INCLUDES = -I/usr/local/include -I/usr/X11R6/include $(inc_fonts_bsd_$(HAVE_LIBFONTS))
+# CPPFLAGS = -I/usr/local/include -I/usr/X11R6/include $(inc_fonts_bsd_$(HAVE_LIBFONTS))