focalboard/linux/Makefile

9 lines
134 B
Makefile
Raw Normal View History

2020-10-29 07:50:25 +01:00
.PHONY: run
run:
go run -tags "json1 sqlite3" ./main.go
2020-10-29 07:50:25 +01:00
build:
mkdir -p bin
go build -tags "json1 sqlite3" -o bin/focalboard-app