diff options
-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: - $(DEL_TREE) $(OBJDIR) - $(DEL) stamp_BLD -distclean: clean - - $(DEL) config.h epaths.h +distclean: cleanall + - $(DEL) config.h epaths.h Makefile + +maintainer-clean: distclean + - $(DEL) TAGS cleanall: clean - $(DEL_TREE) obj |