focalboard/linux/Makefile

8 lines
72 B
Makefile
Raw Normal View History

2020-10-29 07:50:25 +01:00
.PHONY: run
run:
go run ./main.go
build:
go build -o octo-linux-app