mirror of https://github.com/getmango/Mango.git
5 lines
101 B
Makefile
5 lines
101 B
Makefile
|
build:
|
||
|
crystal build src/mango.cr --release --progress
|
||
|
run:
|
||
|
crystal run src/mango.cr --error-trace
|