no gc, chg to util
[fw/sdcc] / clean.mk
index 0eba397eb0010f2fdca5b3b5584ae9081e889a79..29e9e940f1a3659fb4d695c3d9ec588795697812 100644 (file)
--- a/clean.mk
+++ b/clean.mk
@@ -9,9 +9,9 @@ clean:
 # Deleting all files created by configuring or building the program
 # -----------------------------------------------------------------
 distclean: clean
-       rm -f config.cache config.log config.status
+       rm -f config.cache config.log config.status Makefile.common
        rm -f sdccconf.h main.mk *.dep
-
+       rm ports.all ports.build
 
 # Like clean but some files may still exist
 # -----------------------------------------