pomo

A simple pomodoro timer
Log | Files | Refs | README | LICENSE

commit 8c0cb46576a96b43d2c039aff433a49e2f24f8fa
parent f4fb27b981c64669ae0849480df8a59058462068
Author: Ivan Tham <pickfire@riseup.net>
Date:   Mon,  1 Feb 2016 08:24:44 +0800

Bump version to 0.1

Diffstat:
Mconfig.mk | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.mk b/config.mk @@ -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