summaryrefslogtreecommitdiff
path: root/src/mesa/main/Makefile.win
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/Makefile.win')
-rw-r--r--src/mesa/main/Makefile.win2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/Makefile.win b/src/mesa/main/Makefile.win
index 65b6ed809e..2d2138fa8a 100644
--- a/src/mesa/main/Makefile.win
+++ b/src/mesa/main/Makefile.win
@@ -195,6 +195,8 @@ clean ::
clobber ::
@del /f OSmesa\*.lib
+ @del /f OSmesa\*.exp
+ @del /f OSmesa\*.dll
# override default inference rule with one that writes the object to
# the same subdir that the c file is in.