* src/SDCCast.c (processParms): fixed bug #920866; decorateType() can return an optim...
[fw/sdcc] / src / clean.mk
index 21d366e8ef0b0700863872ba1bf4d4648da27ece..d308c9b7dd294a09a3b93aeb54c1de507e5f2d88 100644 (file)
@@ -1,4 +1,4 @@
-CLEANALLPORTS = avr ds390 izt mcs51 pic z80 xa51
+CLEANALLPORTS = avr ds390 izt mcs51 pic pic16 z80 xa51
 PRJDIR = ..
 
 # Deleting all files created by building the program
@@ -6,7 +6,7 @@ PRJDIR = ..
 clean:
        rm -f *core *[%~] *.[oa] *.output
        rm -f .[a-z]*~ \#*
-       rm -f $(PRJDIR)/bin/sdcc sdcc
+       rm -f $(PRJDIR)/bin/sdcc$(EXEEXT) sdcc$(EXEEXT)
        for port in $(CLEANALLPORTS) ; do\
          $(MAKE) -C $$port -f ../port-clean.mk clean ;\
        done