Skip to content

Commit

Permalink
feat: intial release
Browse files Browse the repository at this point in the history
  • Loading branch information
mridang committed Nov 25, 2024
1 parent 89b39a4 commit b82cbae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ setup:
rustup target add $$target; \
done


# Build the binary for all targets
.PHONY: build
build: setup
cargo install cargo-binstall
cargo binstall cargo-lambda
@for target in $(TARGETS); do \
cargo lambda build --release --extension --target $$target; \
done
Expand Down

0 comments on commit b82cbae

Please sign in to comment.