From 98a9fcf61b440b06e2444f38f8ad8e8cca6146f8 Mon Sep 17 00:00:00 2001 From: 0xfourzerofour Date: Fri, 23 Feb 2024 12:10:47 -0500 Subject: [PATCH] feat(release): add prebuild --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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