diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-08-07 15:56:11 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-08-07 15:56:11 +0100 |
commit | bca8e3bce04a63caf5e24c6c4b70c8603756d80f (patch) | |
tree | d542b3315433e9bfbd97c6926f77bf3ceed12b02 /config.mk | |
parent | a415d8d20f878bfef86705721f1ef2d6d31263f6 (diff) |
add Makefile, README, manpagev0.1
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 7 |
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 |