Skip to content

Commit 8c965de

Browse files
committed
Fix comment
1 parent e683a54 commit 8c965de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ help: ## show this help
44
| awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%s\033[0m|%s\n", $$1, $$2}' \
55
| column -t -s '|'
66

7-
build: fmt ## Build devcontainer cli
8-
GOOS=windows GOARCH=amd64 go build -o wsl-notify-send.exe main.go
7+
build: fmt ## Build
8+
GOOS=windows GOARCH=amd64 go build -ldflags -H=windowsgui -o wsl-notify-send.exe main.go
99

1010
lint: build ## Build and lint
1111
golangci-lint run

0 commit comments

Comments
 (0)