fixed Makefile
authorpk910 <philipp@zoelle1.de>
Fri, 12 Aug 2011 23:48:29 +0000 (01:48 +0200)
committerpk910 <philipp@zoelle1.de>
Fri, 12 Aug 2011 23:48:29 +0000 (01:48 +0200)
Makefile

index 41831f93602e329b295d4e0bfd196bc82cdec4c5..e54e86e841ed064c577e5655b4f2ad68add810ad 100644 (file)
--- 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}