Skip to content

Commit

Permalink
update golang.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
jakegut committed Dec 6, 2024
1 parent 6c9467d commit 6a969b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang.mk
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ endef
# arg1: pkg path
# arg2: executable name
define golang-build
@@echo "BUILDING $(2)..."
@echo "BUILDING $(2)..."
@CGO_ENABLED=0 go build -o bin/$(2) $(1);
endef

Expand Down

0 comments on commit 6a969b5

Please sign in to comment.