mirror of
https://github.com/hkalexling/Mango.git
synced 2026-03-17 00:03:36 -04:00
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
|