Skip to content

Commit

Permalink
chore: update build task
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Jul 1, 2024
1 parent 5b2919b commit 069ecbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ help: ## display this help message (default task)
awk 'BEGIN {FS = ":.*?## "}; {printf "$(CYAN)%-20s$(RESET) %s\n", $$1, $$2}'

build:
@cargo build
@cargo build --workspace --all-features --all-targets --release

build.docs: ## build the documentation
@cargo doc --no-deps --all-features
Expand Down

0 comments on commit 069ecbb

Please sign in to comment.