Skip to content
Permalink
Browse files
Minor fix to Makefile so that 'make clean' doesn't fail when run imme…
…diately after 'make clean'
  • Loading branch information
rdworth authored and jeresig committed Jul 21, 2010
1 parent 4ec1b74 commit 6803bf1
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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

0 comments on commit 6803bf1

Please sign in to comment.