diff options
| author | John Vogel <jvogel4@stny.rr.com> | 2015-12-06 00:15:32 -0500 |
|---|---|---|
| committer | John Vogel <jvogel4@stny.rr.com> | 2015-12-06 00:15:32 -0500 |
| commit | 08b54647775a09c94cf32ae5eccd64c8661ce1f7 (patch) | |
| tree | 237d2a0984de75d5850f769b3256a47f4245522a /config.mk | |
| parent | 7f0141bbe92dc6c3423ff39d21e8ec5c18b58ec1 (diff) | |
| download | cic-08b54647775a09c94cf32ae5eccd64c8661ce1f7.tar.gz | |
Initial commit for cic, ncurses fork of sic
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 |
