diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.w32-in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index e4562adc95a..28fddaaeb5d 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -264,8 +264,11 @@ clean: | |||
| 264 | - $(DEL_TREE) $(OBJDIR) | 264 | - $(DEL_TREE) $(OBJDIR) |
| 265 | - $(DEL) stamp_BLD | 265 | - $(DEL) stamp_BLD |
| 266 | 266 | ||
| 267 | distclean: clean | 267 | distclean: cleanall |
| 268 | - $(DEL) config.h epaths.h | 268 | - $(DEL) config.h epaths.h Makefile |
| 269 | |||
| 270 | maintainer-clean: distclean | ||
| 271 | - $(DEL) TAGS | ||
| 269 | 272 | ||
| 270 | cleanall: clean | 273 | cleanall: clean |
| 271 | - $(DEL_TREE) obj | 274 | - $(DEL_TREE) obj |