summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..42c5654
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,13 @@
+# See COPYING file for copyright, license and warranty details.
+VERSION = prealpha
+
+# paths
+PREFIX = /usr/local
+
+# flags
+CFLAGS = -ansi -pedantic -Wall -Wextra -Werror -g -D_POSIX_C_SOURCE=200112L -DVERSION=\"$(VERSION)\"
+LDFLAGS =
+
+# compiler and linker
+CC = cc
+LD = ld