1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-03 08:33:12 +02:00

do make clean the official way ;)

This commit is contained in:
Bram Matthys
2015-06-26 14:45:41 +02:00
parent 329968a425
commit e52ab7e2c6
+4 -4
View File
@@ -513,7 +513,7 @@ cloak.so: cloak.c $(INCLUDES)
clean:
$(RM) -f *.o *.so *~ core
cd usermodes; make clean; cd ..
cd chanmodes; make clean; cd ..
cd snomasks; make clean; cd ..
cd extbans; make clean; cd ..
cd chanmodes; $(MAKE) clean
cd usermodes; $(MAKE) clean
cd snomasks; $(MAKE) clean
cd extbans; $(MAKE) clean