Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit ab317e6

Browse files
committed
update makefile
1 parent c6f73cb commit ab317e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ GOBUILD_LDFLAGS ?= -s -w
2020
GOBUILD_FLAGS := ${GOBUILD_DEPFLAGS} ${GOBUILD_OPTIONS} -ldflags "${GOBUILD_LDFLAGS} -X ${VERSION_VAR}=${APP_VER}"
2121

2222
# cross compile defs
23-
CC_BUILD_TARGETS = refidtool
23+
CC_BUILD_TARGETS =
2424
CC_BUILD_ARCHES = darwin/amd64 darwin/arm64 freebsd/amd64 linux/amd64 linux/arm64 windows/amd64
2525
CC_OUTPUT_TPL := ${BUILDDIR}/bin/{{.Dir}}.{{.OS}}-{{.Arch}}
2626

0 commit comments

Comments
 (0)