1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-24 08:22:29 +02:00
focalboard/linux/Makefile
2021-01-26 10:48:32 -08:00

9 lines
90 B
Makefile

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