From b901ea95292977607e7168ebee363e6a6b8e96c3 Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Wed, 11 Sep 2024 15:45:51 -0400 Subject: [PATCH] Add build Makefile target Signed-off-by: Bryan Gurney --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index b4dae06..c655c01 100644 --- a/Makefile +++ b/Makefile @@ -46,9 +46,12 @@ fmt-ci: audit: cargo audit -D warnings +build: + cargo build .PHONY: audit + build check-fedora-versions clippy fmt