Fixed up the z80 and gbz80 Makefiles to split out the objs - no more clean
[fw/sdcc] / as / Makefile
1 PRJDIR = ..
2 include $(PRJDIR)/Makefile.common
3
4 PORTS = z80 gbz80
5
6 all:
7         make -C z80 _as-z80 _as-gbz80 E=$(E) BUILDDIR=../../bin/
8
9 clean:
10         make -C z80 clean