Introduction
Introduction Statistics Contact Development Disclaimer Help
fix build on openbsd, bump version - sob - simple output bar
git clone git://git.codemadness.org/sob
Log
Files
Refs
README
LICENSE
---
commit 737f0d5f6529ce15b4064b05b0b1aba2b928a3ab
parent c23c38f4c93e5a386469a52a5874e402fe25b7b8
Author: Hiltjo Posthuma <[email protected]>
Date: Fri, 24 Oct 2014 21:40:30 +0000
fix build on openbsd, bump version
Diffstat:
M config.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/config.mk b/config.mk
@@ -1,4 +1,4 @@
-VERSION = 0.1
+VERSION = 0.2
# Customize below to fit your system
@@ -11,7 +11,7 @@ INCS = -I. -I/usr/include
LIBS = -L/usr/lib -lc
# flags
-CPPFLAGS = -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809 -D_BSD_SOURCE -D_…
+CPPFLAGS = -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809 -D_BSD_SOURCE -D_…
# debug
#CFLAGS = -g -std=c99 -pedantic -Wall -Wextra -O0 ${INCS} ${CPPFLAGS}
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.