summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-09 16:36:05 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-09 16:36:05 -0500
commit8c0acc4814f5299cabc2c4d567ef891dd58f0738 (patch)
tree934fd2c56c628019b35b89be502c83f9a73f560a
parent13fceb4f86117c36ff277c38d5d8da43b318f6ce (diff)
add SRCDIR, CC, and CFLAGS
-rw-r--r--config.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 37afcd03..8a1ca444 100644
--- a/config.mk
+++ b/config.mk
@@ -1,8 +1,10 @@
.POSIX:
+SRCDIR=src
OBJDIR=obj
INCDIR=include
ARCH=x86
WORDSIZE=64
-STANDARD=P90+AMD1
+CC=c89
+CFLAGS=-DNDEBUG