git-timecost/Makefile

16 lines
158 B
Makefile
Raw Normal View History

2023-07-11 16:52:48 +00:00
all: build
build:
shards build --error-trace
prepare:
shards install
test:
crystal spec --verbose --error-trace
spec: test
fmt:
crystal tool format