| # `realclean' also deletes everything that could be regenerated automatically." |
# `realclean' also deletes everything that could be regenerated automatically." |
| |
|
| clean: |
clean: |
| -$(RM) $(GEN) *.o *.s gforth.fi |
-$(RM) $(GEN) *.o *.s gforth.fi *.fi~ *.fi+ version.fs TAGS crossdoc.fd |
| |
|
| distclean: clean |
distclean: clean |
| -$(RM) machine.h kernal.fi config.cache config.log |
-$(RM) machine.h kernal.fi config.cache config.log config.status Makefile |
| |
|
| realclean: distclean |
realclean: distclean |
| -$(RM) $(GEN_PRECIOUS) |
-$(RM) $(GEN_PRECIOUS) |