Cleanups, minor improvements, death to strcpy strcat sprintf
[fw/sdcc] / clean.mk
index 67b985f3962875b910d49e387f8da65b64683f41..a7ec1016bd4f681e1c93090ed8c738b43d4ae0a2 100644 (file)
--- a/clean.mk
+++ b/clean.mk
@@ -5,13 +5,12 @@ clean:
        rm -f .[a-z]*~
        -rm -f bin/*
 
-
 # Deleting all files created by configuring or building the program
 # -----------------------------------------------------------------
 distclean: clean
        rm -f config.cache config.log config.status Makefile.common
        rm -f sdccconf.h main.mk *.dep
-
+       rm -f ports.all ports.build
 
 # Like clean but some files may still exist
 # -----------------------------------------