Prepare for v0.2.0 #53
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -6,4 +6,8 @@
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
shards build
|
shards build --error-trace
|
||||||
|
@echo SUCCESS
|
||||||
|
|
||||||
|
watch:
|
||||||
|
watchexec --restart --delay-run 3 -c -e cr make build
|
||||||
|
|
Loading…
Reference in a new issue