Skip to content

Commit 2e86270

Browse files
authored
Simplify the cleanup step (#111)
1 parent 5d9f50f commit 2e86270

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,7 @@ help:
1717

1818
clean: ## Clean all created artifacts
1919
clean:
20-
rm -f bin/php-scoper.phar
21-
rm -rf fixtures/set004/vendor
22-
rm -rf fixtures/set005/vendor
23-
rm -rf fixtures/set011/vendor
24-
rm -rf build
25-
rm -rf vendor
26-
rm -rf vendor/box/vendor
20+
git clean -fdx
2721

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

0 commit comments

Comments
 (0)