Add full set of cleanup rules.

This commit is contained in:
Andrew Cagney 2000-04-18 08:04:59 +00:00
parent 92e9dde927
commit 784f35f92c
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Tue Apr 18 15:32:15 2000 Andrew Cagney <cagney@b1.cygnus.com>
* Makefile.in (distclean, maintainer-clean, realclean,
mostlyclean): New targets.
Tue Feb 1 00:17:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
* tui-file.c, tui-file.h, tuiDisassem.c, tuiIO.c, tuiIO.h,

View File

@ -164,5 +164,8 @@ tuiInit.c: $(SOURCES)
@echo '}' >>init.c-tmp
@mv init.c-tmp tuiInit.c
clean:
rm -f *.o *.a
clean mostlyclean:
-rm -f *.o *.a
distclean maintainer-clean realclean: clean
-rm -f Makefile config.log config.cache