From d798f646dca05cfabbb4bf776707a7e54385248e Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Tue, 3 Sep 2019 00:32:10 +0200 Subject: [PATCH] Remove generated VC5 files on clean up --- MakefileVC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MakefileVC b/MakefileVC index 5f26fc300..ab04fffde 100644 --- a/MakefileVC +++ b/MakefileVC @@ -105,6 +105,6 @@ diablo.res: Diablo.rc $(RC) /i $(VC_INC_DIR) /l 0x409 /fo $@ $< clean: - @$(RM) -v $(OBJS) vc60.idb vc60.pdb Diablo.pdb Diablo.pch + @$(RM) -v $(OBJS) vc60.idb vc60.pdb Diablo.pdb Diablo.pch vc50.idb vc50.pdb hellfire.pdb .PHONY: clean all