Browse Source

makefile: run clean on subprojects when invoking `make clean`

pull/700/head^2
Robin Eklind 6 years ago committed by Anders Jenbo
parent
commit
0186d85923
  1. 3
      MakefileVC

3
MakefileVC

@ -86,5 +86,8 @@ diablo.res: Diablo.rc
clean:
@$(RM) -v $(OBJS) vc60.idb vc60.pdb Diablo.pdb Diablo.pch
make -C DiabloUI clean
make -C 3rdParty/Storm clean
make -C 3rdParty/PKWare clean
.PHONY: clean all

Loading…
Cancel
Save