From d4e1dbd7bfbed3e87077f47c8bba1222fad5557c Mon Sep 17 00:00:00 2001 From: pk910 Date: Sat, 13 Aug 2011 01:48:29 +0200 Subject: [PATCH] fixed Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 41831f9..e54e86e 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ all: gcc -g -O2 -I. -c ChanUser.c -o ChanUser.o ${CFLAGS} gcc -g -O2 -I. -c WHOHandler.c -o WHOHandler.o ${CFLAGS} gcc -g -O2 -I. -c modcmd.c -o modcmd.o ${CFLAGS} - gcc -g -O2 -I. -c bots.c -o bots.o ${CFLAGS} + gcc -g -O2 -I. -c bots.c -o bots.o ${CFLAGS} install: gcc -g -O0 -I. -o neonserv *.o ${CFLAGS} -- 2.20.1