* support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
[fw/sdcc] / link / Makefile
index 213d609529149bd7a21dec5f65ed496bb8c2084c..88a4712bda990709ea1a94ba1e51f71737737806 100644 (file)
@@ -7,8 +7,10 @@ PORTS = z80 gbz80
 all: 
        $(MAKE) -C z80 _link-z80 _link-gbz80 E=$(E) BUILDDIR=../../bin/
 
-clean:
-       $(MAKE) -C z80 clean
+install: all
+       $(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)'`
 
-# dummy install target to prevent warnings
-install:
+include clean.mk