From: pk910 Date: Fri, 12 Aug 2011 23:48:29 +0000 (+0200) Subject: fixed Makefile X-Git-Tag: v5.3~567 X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=commitdiff_plain;h=d4e1dbd7bfbed3e87077f47c8bba1222fad5557c fixed Makefile --- 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}