Skip to content

Commit

Permalink
Merge pull request #42 from fuweid/weifu/fix-static-build
Browse files Browse the repository at this point in the history
Makefile: fix typo when static build
  • Loading branch information
fuweid authored Jan 11, 2024
2 parents 90bcb8c + 12ed158 commit e3e183f
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 @@ -19,7 +19,7 @@ BINARIES=$(addprefix bin/,$(COMMANDS))
ALWAYS:

bin/%: cmd/% ALWAYS
@GO_ENABLED=0 go build -o $@ ${GO_BUILDTAGS} ./$<
@CGO_ENABLED=0 go build -o $@ ${GO_BUILDTAGS} ./$<

build: $(BINARIES) ## build binaries
@echo "$@"
Expand Down

0 comments on commit e3e183f

Please sign in to comment.