kanban / linux /Makefile
Leon4gr45's picture
Upload folder using huggingface_hub
13555f3 verified
.PHONY: run
run:
go run -tags "json1 sqlite3" ./main.go
build:
mkdir -p bin
go build -tags "json1 sqlite3" -o bin/focalboard-app