(distclean): Delete Makefile.
(maintainer-clean): Delete TAGS.
This commit is contained in:
parent
7073bb78e0
commit
ec4a04a6fd
1 changed files with 2 additions and 0 deletions
|
|
@ -82,7 +82,9 @@ mostlyclean:
|
||||||
|
|
||||||
clean: mostlyclean
|
clean: mostlyclean
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
$(RM) Makefile
|
||||||
maintainer-clean: distclean
|
maintainer-clean: distclean
|
||||||
|
$(RM) TAGS
|
||||||
|
|
||||||
TAGS:
|
TAGS:
|
||||||
../lib-src/etags $(srcdir)/*.[ch]
|
../lib-src/etags $(srcdir)/*.[ch]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue