This website requires JavaScript.
Explore
Help
Register
Sign In
self-hosted
/
focalboard
Watch
1
Star
0
Fork
0
You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced
2024-12-15 09:14:11 +02:00
Code
Issues
Releases
Activity
d8cd324593
focalboard
/
linux
/
Makefile
9 lines
90 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add initial linux client
2020-10-29 08:50:25 +02:00
.PHONY
:
run
run
:
go run ./main.go
build
:
Cleaned up makefile names and renamed Linux binary
2020-11-04 01:04:04 +02:00
mkdir -p bin
Linux: Product name
2021-01-26 20:48:32 +02:00
go build -o bin/focalboard-app
Reference in New Issue
Copy Permalink