Skip to content

Commit

Permalink
Add build Makefile target
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Gurney <[email protected]>
  • Loading branch information
bgurney-rh committed Sep 11, 2024
1 parent 81f4e8f commit b901ea9
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 @@ -46,9 +46,12 @@ fmt-ci:
audit:
cargo audit -D warnings

build:
cargo build

.PHONY:
audit
build
check-fedora-versions
clippy
fmt
Expand Down

0 comments on commit b901ea9

Please sign in to comment.