(distclean): Delete makefile too.
(maintainer-clean): New target.
This commit is contained in:
parent
6948400ca6
commit
c237889829
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue