summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/makefile b/makefile
index a742a10941e..a84e26982b0 100644
--- a/makefile
+++ b/makefile
@@ -520,6 +520,12 @@ ifdef MAP
@echo Deleting $(FULLNAME).map...
$(RM) $(FULLNAME).map
endif
+ifdef MSVC_BUILD
+ @echo Deleting Visual Studio specific files...
+ $(RM) *.pdb
+ $(RM) *.lib
+ $(RM) *.exp
+endif