aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-02-24 17:34:31 +0100
committerMattias Andrée <maandree@kth.se>2024-02-24 17:34:31 +0100
commit275fc799ed112b0d41ccaa872e3da87328ad21c1 (patch)
tree6f51f0b11490d668a3e30fbf1c9ff0adf0c476ff /config.mk
downloadcoreupdown-275fc799ed112b0d41ccaa872e3da87328ad21c1.tar.gz
coreupdown-275fc799ed112b0d41ccaa872e3da87328ad21c1.tar.bz2
coreupdown-275fc799ed112b0d41ccaa872e3da87328ad21c1.tar.xz
First commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-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..f1d6591
--- /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 =