diff --git a/Makefile b/Makefile index c176f6a86..15471a798 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ submodule-update: ## Update git submodules git submodule update build-%: - cross build --bin rundler --target $* --profile "$(PROFILE)" + cross build --target $* --profile "$(PROFILE)" .PHONY: fmt fmt: ## format code with nightly rust