diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.w32-in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 3af600d102e..9bd6cb53a9f 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -232,7 +232,7 @@ install: $(ALL) | |||
| 232 | # | 232 | # |
| 233 | clean: | 233 | clean: |
| 234 | - $(DEL) *~ "s/*~" "m/*~" | 234 | - $(DEL) *~ "s/*~" "m/*~" |
| 235 | - $(DEL) *.pdb | 235 | - $(DEL) $(COMPILER_TEMP_FILES) |
| 236 | - $(DEL_TREE) $(OBJDIR) | 236 | - $(DEL_TREE) $(OBJDIR) |
| 237 | 237 | ||
| 238 | distclean: clean | 238 | distclean: clean |