1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-24 08:22:29 +02:00
focalboard/linux/Makefile
2022-11-16 16:51:25 +01:00

9 lines
134 B
Makefile

.PHONY: run
run:
go run -tags "json1 sqlite3" ./main.go
build:
mkdir -p bin
go build -tags "json1 sqlite3" -o bin/focalboard-app