Extract map generator
This commit is contained in:
9
Makefile
9
Makefile
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user