Add Makefile
This commit is contained in:
parent
343ccdd12a
commit
30d90c9e5a
1 changed files with 7 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
all: run
|
||||||
|
|
||||||
|
build:
|
||||||
|
cargo build
|
||||||
|
|
||||||
|
run:
|
||||||
|
cargo run
|
Loading…
Add table
Add a link
Reference in a new issue