Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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