Files
Mango/Makefile
2020-02-14 03:36:00 +00:00

5 lines
101 B
Makefile

build:
crystal build src/mango.cr --release --progress
run:
crystal run src/mango.cr --error-trace