Use 'ao-dbg' instead of 's51' to communicate with TeleMetrum
[fw/sdcc] / as / clean.mk
1 clean:
2         $(MAKE) -C z80 clean BUILDDIR=$(BUILDDIR)
3         rm -f *core *[%~] *.[oa]
4         rm -f .[a-z]*~
5         rm -f *.dep
6         rm -rf obj
7
8 distclean:
9         $(MAKE) -C z80 distclean BUILDDIR=$(BUILDDIR)
10         rm -f Makefile