mirror of
https://github.com/cmhobbs/crystal-devcontainer-template.git
synced 2026-03-29 18:45:30 -04: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
|