diff options
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ -# sic version -VERSION = 1.3 +# cic version +VERSION = 0.0 # Customize below to fit your system @@ -9,7 +9,7 @@ MANPREFIX = ${PREFIX}/share/man # includes and libs INCS = -I. -I/usr/include -LIBS = -L/usr/lib -lc +LIBS = -L/usr/lib -lc -lcurses # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -D_GNU_SOURCE |
