summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2019-07-23 16:57:25 +0100
committerKatolaZ <katolaz@freaknet.org>2019-07-23 16:57:25 +0100
commit3a8eeffc5b3ef3d23984913d841e3a0aa5f68e16 (patch)
tree9af1d966e1082fda849452a25ee02a463cae408f /config.mk
parenta64ca9d14f8c197398badad39148b794757742b2 (diff)
add makefile
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..49448a1
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,10 @@
+NAME=gramscii
+VERSION=0.1
+
+PREFIX = /usr/local
+BINDIR = $(PREFIX)/bin
+MANDIR = $(PREFIX)share/man
+
+CFLAGS=-O3 -std=c90 -pedantic -Wall
+
+CC=cc