summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorJohn Vogel <jvogel4@stny.rr.com>2015-12-06 00:15:32 -0500
committerJohn Vogel <jvogel4@stny.rr.com>2015-12-06 00:15:32 -0500
commit08b54647775a09c94cf32ae5eccd64c8661ce1f7 (patch)
tree237d2a0984de75d5850f769b3256a47f4245522a /config.mk
parent7f0141bbe92dc6c3423ff39d21e8ec5c18b58ec1 (diff)
downloadcic-08b54647775a09c94cf32ae5eccd64c8661ce1f7.tar.gz
Initial commit for cic, ncurses fork of sic
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