aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:14:58 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:14:58 +0100
commit196b364aaee197fa24bb9ef3363b6447df74bb02 (patch)
tree904b2660a4df082c020a67bb758e865aa8c533ca /config.mk
parentm misc (diff)
downloadcoopgammad-196b364aaee197fa24bb9ef3363b6447df74bb02.tar.gz
coopgammad-196b364aaee197fa24bb9ef3363b6447df74bb02.tar.bz2
coopgammad-196b364aaee197fa24bb9ef3363b6447df74bb02.tar.xz
fix doc textHEAD1.3.3master
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--config.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index e2d6dee..e337158 100644
--- a/config.mk
+++ b/config.mk
@@ -1,10 +1,12 @@
PREFIX = /usr
MANPREFIX = $(PREFIX)/share/man
-# For class of preserved clut
+# For class of preserved CLUT
PKGNAME = coopgammad
COMMAND = coopgammad
+# The makefile uses $(CC) and therefore expects it to be a single command name.
+# If you need a specific language mode, set it via CFLAGS.
CC = cc -std=c11
CPPFLAGS = -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -DUSE_VALGRIND