1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-21 13:38:56 +02:00
focalboard/linux/Makefile

9 lines
134 B
Makefile
Raw Normal View History

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