diff --git a/Makefile b/Makefile index ca5d7564a3..f20687cdae 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ test-jvm: core test: test-rust test-jvm clean: cd core && cargo clean - ./mvnw clean + ./mvnw clean $(PROFILES) rm -rf .dist bench: cd core && RUSTFLAGS="-Ctarget-cpu=native" cargo bench $(filter-out $@,$(MAKECMDGOALS))