1
1
mirror of https://github.com/kanaka/mal.git synced 2024-10-26 14:22:25 +03:00

Crystal: subcommand is changed from 'build' to 'compile'

This commit is contained in:
rhysd 2016-06-25 08:21:15 +09:00
parent fe7f047415
commit d10848bb1d
2 changed files with 2 additions and 2 deletions

View File

@ -214,7 +214,7 @@ coffee ./stepX_YYY
*The Crystal implementation of mal was created by [Linda_pp](https://github.com/rhysd)*
The Crystal implementation of mal has been tested with Crystal 0.17.4.
The Crystal implementation of mal has been tested with Crystal 0.18.4.
```
cd crystal

View File

@ -13,7 +13,7 @@ mal: $(LAST_STEP_BIN)
cp $< $@
$(STEP_BINS): %: %.cr $(MAL_LIB)
crystal build --release $<
crystal compile --release $<
clean:
rm -rf $(STEP_BINS) mal .crystal