easier build script
This commit is contained in:
parent
6896ec80f2
commit
646104cedd
9
website/Makefile
Normal file
9
website/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
build:
|
||||
cargo build
|
||||
|
||||
release:
|
||||
cargo build --release
|
||||
|
||||
run:
|
||||
# Running server
|
||||
cargo run
|
Loading…
Reference in New Issue
Block a user