Prepare for v0.2.0 #53

Merged
glenux merged 43 commits from develop into master 2024-12-29 18:16:40 +00:00
Showing only changes of commit 211419ea02 - Show all commits

View file

@ -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