Skip to content

Commit 6ae3032

Browse files
committed
Add make pristine tast to makefile
1 parent 1fd51c6 commit 6ae3032

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ jshint: $(jshint_bin)
2222
@jshint Brocfile.js src/*.js spec/*Spec.js
2323
@echo "JSHint OK"
2424

25-
.PHONY: ensure_phantomjs install_dependencies test test-ci jshint
25+
pristine:
26+
@rm -rf ./node_modules/
27+
@rm -rf ./bower_components/
28+
29+
.PHONY: ensure_phantomjs install_dependencies test test-ci jshint pristine

0 commit comments

Comments
 (0)