From bca8e3bce04a63caf5e24c6c4b70c8603756d80f Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Wed, 7 Aug 2019 15:56:11 +0100 Subject: add Makefile, README, manpage --- config.mk | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.mk (limited to 'config.mk') 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 -- cgit v1.2.3