Skip to content

Commit 2381d29

Browse files
author
Mathieu Lecarme
committed
Linux rulez.
1 parent 7d8e44b commit 2381d29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
build: bin
22
go build -o bin/fluent-server
33

4+
build-linux:
5+
make build GOOS=linux
6+
47
bin:
58
mkdir -p bin
69

0 commit comments

Comments
 (0)