1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-02-04 19:15:49 +02:00
focalboard/linux/Makefile
2020-10-29 07:52:08 +01:00

8 lines
72 B
Makefile

.PHONY: run
run:
go run ./main.go
build:
go build -o octo-linux-app