Add Makefile

wip
Fabien Freling 2017-10-16 22:45:57 +02:00
parent 343ccdd12a
commit 30d90c9e5a
1 changed files with 7 additions and 0 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
all: run
build:
cargo build
run:
cargo run