Introduction
Introduction Statistics Contact Development Disclaimer Help
made sic 0.2 - sic - simple irc client
git clone git://git.suckless.org/sic
Log
Files
Refs
README
LICENSE
---
commit e9f9154ab78f612b21e325d37180d36452b52266
parent 9d87b90d50b8901d7a6bfe4b06b633a30fb9797f
Author: [email protected] <unknown>
Date: Fri, 21 Jul 2006 21:12:29 +0200
made sic 0.2
Diffstat:
M config.mk | 4 ++--
M sic.1 | 2 +-
M sic.html | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/config.mk b/config.mk
@@ -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 \
diff --git a/sic.1 b/sic.1
@@ -1,4 +1,4 @@
-.TH SIC 1 sic-0.1
+.TH SIC 1 sic-0.2
.SH NAME
sic \- simple irc client
.SH SYNOPSIS
diff --git a/sic.html b/sic.html
@@ -25,7 +25,7 @@
</ul>
<h3>Download</h3>
<ul>
- <li><a href="http://10kloc.org/download/sic-0.1.tar.gz…
+ <li><a href="http://10kloc.org/download/sic-0.2.tar.gz…
</ul>
<h3>Development</h3>
<p>
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.