Cleared the top bytes for use in arrays.
[fw/sdcc] / link / Makefile
index 580fca0742ccb39b29d9c422ff737fb1fef53963..0e33336762578634d915c29ac5f68fdb917099e1 100644 (file)
@@ -7,13 +7,10 @@ PORTS = z80 gbz80
 all: 
        $(MAKE) -C z80 _link-z80 _link-gbz80 E=$(E) BUILDDIR=../../bin/
 
-clean:
-       $(MAKE) -C z80 clean
-
 install:
        $(INSTALL) $(PRJDIR)/bin/link-z80 `echo $(bindir)/link-z80|sed '$(transform)'`
        $(STRIP) `echo $(bindir)/link-z80|sed '$(transform)'`
        $(INSTALL) $(PRJDIR)/bin/link-gbz80 `echo $(bindir)/link-gbz80|sed '$(transform)'`
        $(STRIP) `echo $(bindir)/link-gbz80|sed '$(transform)'`
 
-
+include clean.mk