version 0.2.39: fix of arith insts and start of re-structure
[fw/sdcc] / sim / ucsim / avr.src / clean.mk
index 268e437ba176a3ff6f78d131b66355268b857d21..03429cbc66c8fc347e027fb4d6c9d3ed8d5007e1 100644 (file)
@@ -3,7 +3,7 @@
 # Deleting all files created by building the program
 # --------------------------------------------------
 clean:
-       rm -f *core *[%~] *.[oa]
+       rm -f *core *[%~] *.[oa] *.map
        rm -f .[a-z]*~
        rm -f savr
 
@@ -13,6 +13,7 @@ clean:
 distclean: clean
        rm -f config.cache config.log config.status
        rm -f Makefile *.dep
+       rm -f *.obj *.list *.lst *.hex
 
 
 # Like clean but some files may still exist