Skip to content

Commit

Permalink
Removes rm -rf components from make clean
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Rogers <chrissrogers@gmail.com>
  • Loading branch information
chrissrogers committed May 10, 2014
1 parent f017da4 commit cb2f592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $(DELEGATE): recurly.js
@cd test && make $@

clean:
@rm -rf components node_modules recurly.js recurly.min.js
@rm -rf node_modules recurly.js recurly.min.js
@cd test && make $@

.PHONY: recurly.js
Expand Down

0 comments on commit cb2f592

Please sign in to comment.