aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to '')
-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..1f61799
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,6 @@
+VERSION_MAJOR = 2
+VERSION_MINOR = 0
+
+CFLAGS = -Wall -pedantic -std=c11 -g
+CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE
+LDFLAGS = -lm