aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--config.mk4
2 files changed, 4 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index 39e0b66..83e13ad 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
ISC License
-© 2014, 2015, 2016, 2017, 2021 Mattias Andrée <maandree@kth.se>
+© 2014, 2015, 2016, 2017, 2021 Mattias Andrée <m@maandree.se>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/config.mk b/config.mk
index c675775..4e57b52 100644
--- a/config.mk
+++ b/config.mk
@@ -1,6 +1,8 @@
PREFIX = /usr
MANPREFIX = $(PREFIX)/share/man
+CC = cc -std=c11
+
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE
-CFLAGS = -std=c11 -O2
+CFLAGS = -O2
LDFLAGS = -s