From e9f9154ab78f612b21e325d37180d36452b52266 Mon Sep 17 00:00:00 2001 From: "arg@10ksloc.org" Date: Fri, 21 Jul 2006 21:12:29 +0200 Subject: [PATCH] made sic 0.2 --- config.mk | 4 ++-- sic.1 | 2 +- sic.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.mk b/config.mk index 78fe6f8..fe640dc 100644 --- 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 index c2b9c2f..fc0cb2c 100644 --- 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 index 287f766..0dad5be 100644 --- a/sic.html +++ b/sic.html @@ -25,7 +25,7 @@

Download

Development

-- 2.39.2