1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-15 09:14:11 +02:00
focalboard/linux/Makefile

9 lines
90 B
Makefile
Raw Normal View History

2020-10-29 08:50:25 +02:00
.PHONY: run
run:
go run ./main.go
build:
mkdir -p bin
2021-01-26 20:48:32 +02:00
go build -o bin/focalboard-app