* link/z80/lkmain.c,
[fw/sdcc] / src / clean.mk
index 61be2b99143ff180e984f225b081a1f81f6d1eb9..59d80d18681b57fb82d2df402e59b9994c50f229 100644 (file)
@@ -1,11 +1,15 @@
+CLEANALLPORTS = avr ds390 izt mcs51 pic pic16 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 clean ;\
+       rm -f version.h
+       rm -f $(PRJDIR)/bin/sdcc$(EXEEXT) sdcc$(EXEEXT)
+       for port in $(CLEANALLPORTS) ; do\
+         $(MAKE) -C $$port -f ../port-clean.mk clean ;\
        done