Minor fix to Makefile so that 'make clean' doesn't fail when run immediately after 'make clean'

This commit is contained in:
Richard D. Worth 2010-04-08 09:10:07 +08:00 committed by John Resig
parent 4ec1b743a8
commit 6803bf1fe5

View file

@ -80,7 +80,7 @@ clean:
@@rm -rf ${DIST_DIR}
@@echo "Removing built copy of Sizzle"
@@rm src/selector.js
@@rm -f src/selector.js
@@echo "Removing cloned directories"
@@rm -rf test/qunit src/sizzle