]> git.gag.com Git - fw/sdcc/blobdiff - clean.mk
Added z80 port (links, may not work). mcs51 still works.
[fw/sdcc] / clean.mk
index 154ae72da2b933bd28e042c32a800d5da4962a60..0eba397eb0010f2fdca5b3b5584ae9081e889a79 100644 (file)
--- a/clean.mk
+++ b/clean.mk
@@ -3,7 +3,7 @@
 clean:
        rm -f *core *[%~] *.[oa]
        rm -f .[a-z]*~
-       rm -f bin/*
+       -rm -f bin/*
 
 
 # Deleting all files created by configuring or building the program