clean.mk: removed \'=\' in "-maxdepth=1"
[fw/sdcc] / clean.mk
index f12741344a18d5bedd7500a07eacbc1c3f2968ce..62a746d0658313c4cc99e517118e1ea00d14a349 100644 (file)
--- a/clean.mk
+++ b/clean.mk
@@ -3,7 +3,7 @@
 clean:
        rm -f *core *[%~] *.[oa]
        rm -f .[a-z]*~
-       find bin -maxdepth=1 -type f ! -name README -exec rm {} \;
+       find bin -maxdepth 1 -type f ! -name README -exec rm {} \;
 
 # Deleting all files created by configuring or building the program
 # -----------------------------------------------------------------