cli/Taskfile.yaml

7 lines
91 B
YAML
Raw Normal View History

version: '3'
tasks:
build:
cmds:
- go build -o build/bin/core cmd/app/main.go