diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-07-31 12:21:43 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-07-31 12:21:43 +0100 |
commit | 12fbd880e60bea398ff7ab9e81b988e8bcf2bbba (patch) | |
tree | 8fb33ce6e6010b201c2753b9b5451ccc8094697f /config.mk | |
parent | 12031abc893ccf41c4615251698d87229f1961d2 (diff) |
bump version number to 0.2
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ +VERSION = 0.2 PREFIX = /usr/local BINDIR = ${PREFIX}/bin MANDIR = ${PREFIX}/share/man -CFLAGS = -O0 -std=c99 -pedantic -Wall +CFLAGS = -O3 -std=c90 -pedantic -Wall CC = cc |