Bump version to 0.1

This commit is contained in:
Ivan Tham 2016-02-01 08:24:44 +08:00
parent f4fb27b981
commit 8c0cb46576

View File

@ -1,5 +1,5 @@
# spt version
VERSION = 0.0
VERSION = 0.1
# Customize below to fit your system
@ -15,7 +15,7 @@ LIBS = -L/usr/lib \
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"
CFLAGS += -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
CFLAGS += -g -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
LDFLAGS += -g ${LIBS}
# compiler and linker