diff options
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 |