diff --git a/makefile.win32 b/makefile.win32 index 65dfaf37c..1ea477642 100755 --- a/makefile.win32 +++ b/makefile.win32 @@ -12,8 +12,8 @@ windows: clean: rm -f api/generated-stamp rm -rf lib - find -iname "*.exe" -exec rm -f \{\} \; - find -iname "*.dll" -exec rm -f \{\} \; + -find -iname "*.exe" -exec rm -f \{\} \; + -find -iname "*.dll" -exec rm -f \{\} \; for i in $(DIRS); do \ rm -rf $$i/generated; \