Skip to content

Commit

Permalink
chore: add initial make
Browse files Browse the repository at this point in the history
  • Loading branch information
katcipis committed Dec 21, 2023
1 parent 399f5ca commit db0830b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.PHONY: test
test:
cargo test

.PHONY: lint
lint:
cargo clippy

.PHONY: lint/fix
lint/fix:
cargo clippy --fix

0 comments on commit db0830b

Please sign in to comment.