We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7546ae1 commit fd7ba91Copy full SHA for fd7ba91
crystal/Makefile
@@ -13,6 +13,7 @@ mal: $(LAST_STEP_BIN)
13
cp $< $@
14
15
$(STEP_BINS): %: %.cr $(MAL_LIB)
16
+ crystal --version
17
crystal compile --release $<
18
19
clean:
0 commit comments