modcmd added (with debug output only)
[NeonServV5.git] / Makefile
index 0ca52ba02d91487ffe4f3cfaf96c15672c921ccb..8f1464f761ec5f1394b8df650f7f47a2eae49719 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ all:
        gcc -g -O2 -I. -c UserNode.c -o UserNode.o ${CFLAGS}
        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}
 
 install:
        gcc -g -O0 -I. -o neonserv *.o ${CFLAGS}