Skip to content

Commit

Permalink
Minor fix to Makefile so that 'make clean' doesn't fail when run imme…
Browse files Browse the repository at this point in the history
…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.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -80,7 +80,7 @@ clean:
@@rm -rf ${DIST_DIR} @@rm -rf ${DIST_DIR}


@@echo "Removing built copy of Sizzle" @@echo "Removing built copy of Sizzle"
@@rm src/selector.js @@rm -f src/selector.js


@@echo "Removing cloned directories" @@echo "Removing cloned directories"
@@rm -rf test/qunit src/sizzle @@rm -rf test/qunit src/sizzle

0 comments on commit 6803bf1

Please sign in to comment.