Skip to content

Commit

Permalink
(chore) add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
booyaa committed May 24, 2020
1 parent 185fc20 commit 3aad75d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
all: build test format lint

build:
cargo build

test:
cargo test

lint:
cargo check
cargo fmt

format:
cargo clippy

0 comments on commit 3aad75d

Please sign in to comment.