We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e683a54 commit 8c965deCopy full SHA for 8c965de
Makefile
@@ -4,8 +4,8 @@ help: ## show this help
4
| awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%s\033[0m|%s\n", $$1, $$2}' \
5
| column -t -s '|'
6
7
-build: fmt ## Build devcontainer cli
8
- GOOS=windows GOARCH=amd64 go build -o wsl-notify-send.exe main.go
+build: fmt ## Build
+ GOOS=windows GOARCH=amd64 go build -ldflags -H=windowsgui -o wsl-notify-send.exe main.go
9
10
lint: build ## Build and lint
11
golangci-lint run
0 commit comments