]> jfr.im git - irc/quakenet/newserv.git/blobdiff - chanserv/usercmds/Makefile
CHANSERV: try and clean submodules more effectively
[irc/quakenet/newserv.git] / chanserv / usercmds / Makefile
index b05a7342195c8c8fd40dd9d434b8099dc53a0332..205617407e87562ad8ea9dcfdea7896a0ee13972 100644 (file)
@@ -2,10 +2,14 @@ INCPATH=../../
 include ../../build.mk
 include ../build.mk
 
-.PHONY: all
+.PHONY: all clean
 all: .autobuild.mk chanserv_usercmds.so
 
 .autobuild.mk: *.c
        ../mkcommandlist.pl chanserv_usercmds.so
 
 sinclude .autobuild.mk
+
+clean:
+       rm -f commandlist.c *.o *.so .autobuild.mk
+