aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-02-27 13:13:55 +0100
committerMattias Andrée <maandree@kth.se>2021-02-27 13:13:55 +0100
commit5635aa0fe22734cd4330eb4aa330b60d2e1b109f (patch)
tree052e01320739979db583978f48223c594e9ca548 /config.mk
parentm (diff)
downloadgpp-5635aa0fe22734cd4330eb4aa330b60d2e1b109f.tar.gz
gpp-5635aa0fe22734cd4330eb4aa330b60d2e1b109f.tar.bz2
gpp-5635aa0fe22734cd4330eb4aa330b60d2e1b109f.tar.xz
Remove -e flag, remove long options, start rewriting in C, add support for changing shell
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..2e90419
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,6 @@
+PREFIX = /usr
+MANPREFIX = $(PREFIX)/share/man
+
+CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
+CFLAGS = -std=c99 -Wall -O2
+LDFLAGS = -s