Skip to content

Commit

Permalink
Merge pull request #32 from GreenmaskIO/make_fix
Browse files Browse the repository at this point in the history
Makefile fix
  • Loading branch information
wwoytenko authored Mar 22, 2024
2 parents 4cf2864 + 3c610d4 commit 2b67c8e
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 @@ -21,4 +21,4 @@ install:
mv $(MAIN_PATH)/$(CMD_NAME) $(GOBIN)/$(CMD_NAME)

build: $(CMD_FILES)
go build -ldflags="$(LDFLAGS)" -v -o $(CMD_NAME) $(MAIN_PATH)
CGO_ENABLED=0 go build -ldflags="$(LDFLAGS)" -v -o $(CMD_NAME) $(MAIN_PATH)

0 comments on commit 2b67c8e

Please sign in to comment.