Skip to content

Commit

Permalink
Simplify the cleanup step (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Oct 1, 2017
1 parent 5d9f50f commit 2e86270
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,7 @@ help:

clean: ## Clean all created artifacts
clean:
rm -f bin/php-scoper.phar
rm -rf fixtures/set004/vendor
rm -rf fixtures/set005/vendor
rm -rf fixtures/set011/vendor
rm -rf build
rm -rf vendor
rm -rf vendor/box/vendor
git clean -fdx

build: ## Build the PHAR
build: bin/php-scoper src vendor vendor-bin/box/vendor scoper.inc.php
Expand Down

0 comments on commit 2e86270

Please sign in to comment.