focalboard/linux/Makefile
Jesús Espino 3dba5c8fcd
Upgrading all the server libraries (#2643)
* Upgrading all the server libraries

* upgrading dependencies in the mattermost-plugin directory

* Executing go generate

* Upgrading the linux app

* Running go mod tidy everywhere
2022-03-25 17:05:56 -06:00

9 lines
114 B
Makefile

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