aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-12-27 22:37:47 +0100
committerMattias Andrée <m@maandree.se>2025-12-27 22:37:47 +0100
commit4506c1e56ec89ad42c1a37f4b9b41204e4d991d1 (patch)
tree477d80ea90a4d827e70bb5d85781c1e366cee124 /config.mk
downloadgluhncheck-4506c1e56ec89ad42c1a37f4b9b41204e4d991d1.tar.gz
gluhncheck-4506c1e56ec89ad42c1a37f4b9b41204e4d991d1.tar.bz2
gluhncheck-4506c1e56ec89ad42c1a37f4b9b41204e4d991d1.tar.xz
First commit
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--config.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..f4adf12
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,8 @@
+PREFIX = /usr
+MANPREFIX = $(PREFIX)/share/man
+
+CC = c99
+
+CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE
+CFLAGS =
+LDFLAGS =