From 08b54647775a09c94cf32ae5eccd64c8661ce1f7 Mon Sep 17 00:00:00 2001 From: John Vogel Date: Sun, 6 Dec 2015 00:15:32 -0500 Subject: Initial commit for cic, ncurses fork of sic --- config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.mk') 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 -- cgit v1.2.3