added free functions to free everything (maybe a restart function later?)
[NeonServV5.git] / Makefile
index 8f1464f761ec5f1394b8df650f7f47a2eae49719..41831f93602e329b295d4e0bfd196bc82cdec4c5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,6 +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}
 
 install:
        gcc -g -O0 -I. -o neonserv *.o ${CFLAGS}