* debugger/mcs51/cmd.c (infoRegisters): show return address on stack
[fw/sdcc] / src / clean.mk
index 074e9cf0782e8bfb9b141ebed46aef9a78ad8e14..59d80d18681b57fb82d2df402e59b9994c50f229 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,6 +6,7 @@ PRJDIR = ..
 clean:
        rm -f *core *[%~] *.[oa] *.output
        rm -f .[a-z]*~ \#*
+       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 ;\