* src/SDCCast.c (decorateType): try to optimize literals before promotion
[fw/sdcc] / clean.mk
index a7ec1016bd4f681e1c93090ed8c738b43d4ae0a2..6ccdb05b1b072e76d771c7e31c14140960d27fae 100644 (file)
--- a/clean.mk
+++ b/clean.mk
@@ -3,7 +3,7 @@
 clean:
        rm -f *core *[%~] *.[oa]
        rm -f .[a-z]*~
-       -rm -f bin/*
+       cd bin && for name in *; do if [ -f $$name -a $$name != README ]; then rm $$name; fi; done
 
 # Deleting all files created by configuring or building the program
 # -----------------------------------------------------------------