1 # Deleting all files created by building the program
2 # --------------------------------------------------
3 include $(top_builddir)/Makefile.common
8 # Deleting all files created by configuring or building the program
9 # -----------------------------------------------------------------
13 # Like clean but some files may still exist
14 # -----------------------------------------
16 rm -f *core *[%~] *.[oa]
18 rm -f $(top_builddir)/bin/as-hc08$(EXEEXT) as-hc08$(EXEEXT)
20 # Deleting everything that can reconstructed by this Makefile. It deletes
21 # everything deleted by distclean plus files created by bison, etc.
22 # -----------------------------------------------------------------------