diff options
| -rw-r--r-- | config.mk | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,11 +1,12 @@ +# sic version +VERSION = 0.3 + # Customize to fit your system # paths PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man -VERSION = 0.2 - # includes and libs LIBS = -L${PREFIX}/lib -L/usr/lib -lc |
