parent
27a61f8a9a
commit
c89841ad38
7 changed files with 126 additions and 24 deletions
6
Makefile
6
Makefile
|
|
@ -23,7 +23,7 @@ push:
|
|||
|
||||
# Run
|
||||
run:
|
||||
@ cargo run
|
||||
@ RUST_BACKTRACE=1 cargo run
|
||||
.PHONY: run
|
||||
|
||||
|
||||
|
|
@ -36,6 +36,10 @@ format:
|
|||
@ cargo fmt
|
||||
.PHONY: format
|
||||
|
||||
lint:
|
||||
@ cargo fmt -- --check
|
||||
.PHONY: lint
|
||||
|
||||
|
||||
# Documentation
|
||||
docs:
|
||||
|
|
|
|||
Reference in a new issue