summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index 87395f4..f8a86ce 100644
--- a/config.mk
+++ b/config.mk
@@ -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