focalboard/linux/Makefile

9 lines
85 B
Makefile
Raw Normal View History

2020-10-29 07:50:25 +01:00
.PHONY: run
run:
go run ./main.go
build:
mkdir -p bin
go build -o bin/tasks-app