Introduction
Introduction Statistics Contact Development Disclaimer Help
1.2->1.3 - ii - irc it, simple FIFO based irc client
git clone git://git.suckless.org/ii
Log
Files
Refs
README
LICENSE
---
commit 9deaa7b3a6ae3fbb00970b0cba848c04f866cd81
parent 81ed7e3c159f61b2fe9c125772283b298b6e7073
Author: Nico Golde <[email protected]>
Date: Sat, 14 Jul 2007 13:12:01 +0200
1.2->1.3
Diffstat:
M config.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/config.mk b/config.mk
@@ -12,7 +12,7 @@ DESTDIR =
INCDIR = ${PREFIX}/include
LIBDIR = ${PREFIX}/lib
-VERSION = 1.2
+VERSION = 1.3
# includes and libs
INCLUDES = -I. -I${INCDIR} -I/usr/include
@@ -23,5 +23,5 @@ LIBS = -L${LIBDIR} -L/usr/lib -lc
# compiler
CC = cc
-CFLAGS = -g -O0 -W -Wall -Wextra ${INCLUDES} -DVERSION=\"${VERSION}\"
+CFLAGS = -g -O0 -W -Wall ${INCLUDES} -DVERSION=\"${VERSION}\"
LDFLAGS = ${LIBS}
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.