Extract map generator

This commit is contained in:
Anton Vakhrushev
2019-10-18 13:57:49 +03:00
parent 50c7f658e6
commit 9b057bdc9f
4 changed files with 19 additions and 19 deletions

View File

@ -23,10 +23,11 @@ format:
run: format
crystal run $(ENTRY_POINT)
.PHONY: spec
spec: format
crystal spec --warnings all --error-on-warnings --error-trace
.PHONY: ameba
ameba:
ameba src/ || true
.PHONY: spec
spec: format ameba
crystal spec --warnings all --error-on-warnings --error-trace