icode comments need space
[fw/sdcc] / src / clean.mk
index b60ad6d7874bb653ed510fe58abad59afaec146d..21d366e8ef0b0700863872ba1bf4d4648da27ece 100644 (file)
@@ -1,11 +1,14 @@
+CLEANALLPORTS = avr ds390 izt mcs51 pic z80 xa51
+PRJDIR = ..
+
 # Deleting all files created by building the program
 # --------------------------------------------------
 clean:
        rm -f *core *[%~] *.[oa] *.output
        rm -f .[a-z]*~ \#*
        rm -f $(PRJDIR)/bin/sdcc sdcc
-       for port in $(PORTS) ; do\
-         $(MAKE) -C $$port -f clean.mk clean ;\
+       for port in $(CLEANALLPORTS) ; do\
+         $(MAKE) -C $$port -f ../port-clean.mk clean ;\
        done