(distclean): Delete makefile too.

(maintainer-clean): New target.
This commit is contained in:
Jason Rumney 2008-04-09 16:21:34 +00:00
parent 6948400ca6
commit c237889829

View file

@ -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