Skip to content

Commit

Permalink
Update build task
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuoza committed Nov 13, 2021
1 parent 7ccf565 commit 40b1a5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ install:
go install honnef.co/go/tools/cmd/staticcheck@2021.1.1
go mod download

.PHONY: build
build: pkg/switchbot/**/*.go cmd/switchbot/**/*.go go.*
go build -trimpath -ldflags "-s -w -X main.Version=${GIT_VER}" -o tmp/switchbot cmd/switchbot/main.go

Expand Down

0 comments on commit 40b1a5f

Please sign in to comment.