summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2019-08-07 15:56:11 +0100
committerKatolaZ <katolaz@freaknet.org>2019-08-07 15:56:11 +0100
commitbca8e3bce04a63caf5e24c6c4b70c8603756d80f (patch)
treed542b3315433e9bfbd97c6926f77bf3ceed12b02 /config.mk
parenta415d8d20f878bfef86705721f1ef2d6d31263f6 (diff)
add Makefile, README, manpagev0.1
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..6979813
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,7 @@
+VERSION = 0.1
+PREFIX = /usr/local
+BINDIR = ${PREFIX}/games
+MANDIR = ${PREFIX}/share/man
+
+CFLAGS = -O3 -pedantic -Wall
+#CC = cc