mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-24 08:22:29 +02:00
8 lines
72 B
Makefile
8 lines
72 B
Makefile
.PHONY: run
|
|
|
|
run:
|
|
go run ./main.go
|
|
|
|
build:
|
|
go build -o octo-linux-app
|