diff options
| author | arg@10ksloc.org <unknown> | 2006-07-21 21:12:29 +0200 |
|---|---|---|
| committer | arg@10ksloc.org <unknown> | 2006-07-21 21:12:29 +0200 |
| commit | e9f9154ab78f612b21e325d37180d36452b52266 (patch) | |
| tree | d680263106e4c47f3821645ac9825fc0229c76dc | |
| parent | 9d87b90d50b8901d7a6bfe4b06b633a30fb9797f (diff) | |
| download | cic-e9f9154ab78f612b21e325d37180d36452b52266.tar.gz | |
made sic 0.2
| -rw-r--r-- | config.mk | 4 | ||||
| -rw-r--r-- | sic.1 | 2 | ||||
| -rw-r--r-- | sic.html | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -4,13 +4,13 @@ PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man -VERSION = 0.1 +VERSION = 0.2 # includes and libs LIBS = -L${PREFIX}/lib -L/usr/lib -lc # compiler -CFLAGS = -Os -I${PREFIX}/include -I/usr/include \ +CFLAGS = -O3 -I${PREFIX}/include -I/usr/include \ -DVERSION=\"${VERSION}\" LDFLAGS = ${LIBS} #CFLAGS = -g -Wall -O2 -I${PREFIX}/include -I/usr/include \ @@ -1,4 +1,4 @@ -.TH SIC 1 sic-0.1 +.TH SIC 1 sic-0.2 .SH NAME sic \- simple irc client .SH SYNOPSIS @@ -25,7 +25,7 @@ </ul> <h3>Download</h3> <ul> - <li><a href="http://10kloc.org/download/sic-0.1.tar.gz">sic 0.1</a> (5kb) (20060720)</li> + <li><a href="http://10kloc.org/download/sic-0.2.tar.gz">sic 0.2</a> (5kb) (20060721)</li> </ul> <h3>Development</h3> <p> |
