diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.w32-in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index a37cec2794e..69062303ea8 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -250,6 +250,7 @@ clean: | |||
| 250 | - $(DEL) *~ "s/*~" "m/*~" | 250 | - $(DEL) *~ "s/*~" "m/*~" |
| 251 | - $(DEL) $(COMPILER_TEMP_FILES) | 251 | - $(DEL) $(COMPILER_TEMP_FILES) |
| 252 | - $(DEL_TREE) $(OBJDIR) | 252 | - $(DEL_TREE) $(OBJDIR) |
| 253 | - (DEL) stamp_BLD | ||
| 253 | 254 | ||
| 254 | distclean: clean | 255 | distclean: clean |
| 255 | - $(DEL) config.h epaths.h | 256 | - $(DEL) config.h epaths.h |