Skip to content

Commit 683a58f

Browse files
committed
Update Makefile.
1 parent 45524ed commit 683a58f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
all: linux darwin windows
22

3+
release: all upx tar
4+
35
clean:
46
rm -rf bin/*
57

@@ -16,3 +18,6 @@ darwin:
1618
windows:
1719
CGO_ENABLE=0 GOOS=windows GOARCH=amd64 go build -o bin/server-windows-amd64.exe -ldflags "-s -w" main/server/main.go
1820
CGO_ENABLE=0 GOOS=windows GOARCH=386 go build -o bin/server-windows-i386.exe -ldflags "-s -w" main/server/main.go
21+
22+
tar:
23+
tar jcvf flutter-webrtc-server-bin.tar.bz2 bin certs html

0 commit comments

Comments
 (0)