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