Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
house-lee committed Feb 12, 2025
1 parent 22dee04 commit 8d2814b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ build: $(binary)
$(binary): $(gofiles)
$(print)
$(mkdir)
$(go) build -ldflags $(ldflags) -trimpath -o "$@" ./cmd/agent/
$(go) build -buildvcs=false -ldflags $(ldflags) -trimpath -o "$@" ./cmd/agent/

shellcheck: $(cache)/shellcheck
$(cache)/shellcheck: $(shellscripts)
Expand Down

0 comments on commit 8d2814b

Please sign in to comment.