focalboard/linux/Makefile

9 lines
85 B
Makefile

.PHONY: run
run:
go run ./main.go
build:
mkdir -p bin
go build -o bin/tasks-app