Skip to content

Commit

Permalink
feat(release): add prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Feb 23, 2024
1 parent a51c75c commit 98a9fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98a9fcf

Please sign in to comment.