Show map always
This commit is contained in:
8
Makefile
8
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user