about summary refs log tree commit diff stats
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/config.mk b/config.mk
index 590a937..d8174ac 100644
--- a/config.mk
+++ b/config.mk
@@ -1,7 +1,5 @@
 # tabbed version
-VERSION = 0.6
-
-# Customize below to fit your system
+VERSION = 0.7
 
 # paths
 PREFIX = /usr/local
@@ -25,9 +23,5 @@ CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE
 CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
 LDFLAGS = -s ${LIBS}
 
-# Solaris
-#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
-#LDFLAGS = ${LIBS}
-
 # compiler and linker
 CC = cc