Skip to content

Commit

Permalink
Option to build gvproxy as Windows GUI (background) app
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Sengileyev <[email protected]>
  • Loading branch information
arixmkii authored and cfergeau committed Dec 20, 2022
1 parent d098437 commit aab0ac9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ vm:
win-sshproxy:
GOOS=windows go build -ldflags -H=windowsgui -o bin/win-sshproxy.exe ./cmd/win-sshproxy

# gvproxy for windows is compiled as a windows GUI to support backgrounding
.PHONY: win-gvproxy
win-gvproxy:
GOOS=windows go build -ldflags -H=windowsgui -o bin/gvproxy.exe ./cmd/gvproxy

.PHONY: clean
clean:
rm -rf ./bin
Expand Down

0 comments on commit aab0ac9

Please sign in to comment.