Skip to content

Commit a49e275

Browse files
committed
run cargo clean insted of rm -fr target
1 parent 854d99c commit a49e275

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

GNUmakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ help:
4141

4242
.PHONY: clean
4343
clean: clean-cache; $(info $(M) cleaning...) @ ## Cleanup everything
44-
$Q rm -rf $(CURDIR)/target
4544
$Q $(CARGO) clean
4645

4746
.PHONY: clean-cache

0 commit comments

Comments
 (0)