Skip to content

Commit

Permalink
Closes #51 - Add basic makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
GregTheGreek committed Dec 3, 2019
1 parent 996900c commit d241116
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
lint:
cargo clean -p vm
cargo clean -p address
cargo clean -p node
cargo clean -p crypto
cargo clean -p blockchain
cargo fmt
cargo clippy -- -D warnings

0 comments on commit d241116

Please sign in to comment.