Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
WKHAllen committed Dec 31, 2023
1 parent 448da96 commit 52dcdd0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
all: build

build:
cargo build

test:
cargo test -- --nocapture

lint:
cargo clippy -- -D warnings

clean:
cargo clean

0 comments on commit 52dcdd0

Please sign in to comment.