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 e922263Copy full SHA for e922263
crystal/Makefile
@@ -16,6 +16,7 @@ $(STEP_BINS): %: %.cr $(MAL_LIB)
16
crystal compile --release $<
17
18
clean:
19
+ crystal --version
20
rm -rf $(STEP_BINS) mal .crystal
21
22
stats: types.cr error.cr readline.cr reader.cr printer.cr env.cr core.cr stepA_mal.cr
0 commit comments