File size: 134 Bytes
13555f3
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
.PHONY: run

run:
	go run -tags "json1 sqlite3" ./main.go

build:
	mkdir -p bin
	go build -tags "json1 sqlite3" -o bin/focalboard-app