Show map always

This commit is contained in:
2019-10-06 18:19:38 +03:00
parent e0b586ea6e
commit 927ca47b04
2 changed files with 50 additions and 42 deletions

View File

@ -14,14 +14,14 @@ build:
mkdir -p build
./crystal build $(ENTRY_POINT) --release --no-debug --static -o build/$(APP_NAME)
.PHONY: run
run: format
./crystal run $(ENTRY_POINT)
.PHONY: format
format:
./crystal tool format ./src ./spec
.PHONY: run
run: format
./crystal run $(ENTRY_POINT)
.PHONY: spec
spec: format
./crystal spec --no-debug --warnings all --error-on-warnings --error-trace