summaryrefslogtreecommitdiff
path: root/justfile
blob: d0bf992884709b71bcf6ebe091caa3799b4faaf2 (plain) (blame)
1
2
3
4
5
6
7
8
default:
	@just --list

build:
	go build -o bin/taskflow

run: build
	./bin/taskflow