Files
crystal-devcontainer-template/Makefile
T
2025-07-13 01:33:19 -05:00

12 lines
105 B
Makefile

lint:
./bin/ameba
lint-fix:
./bin/ameba --fix
build:
crystal build src/main.cr
test:
crystal spec