mirror of
https://github.com/cmhobbs/crystal-devcontainer-template.git
synced 2026-01-02 15:35:37 -05:00
12 lines
105 B
Makefile
12 lines
105 B
Makefile
lint:
|
|
./bin/ameba
|
|
|
|
lint-fix:
|
|
./bin/ameba --fix
|
|
|
|
build:
|
|
crystal build src/main.cr
|
|
|
|
test:
|
|
crystal spec
|