Skip to content

Commit ce7b155

Browse files
committed
chore: fix makefile for release
Signed-off-by: Abiola Ibrahim <[email protected]>
1 parent c127b60 commit ce7b155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fmt:
3737
goimports -w .
3838

3939
.PHONY: build
40-
build: clean
40+
build:
4141
GOOS=$(GOOS) GOARCH=$(GOARCH) go build -ldflags="$(LDFLAGS)" -o $(OUTPUT_DIR)/$(OUTPUT_BIN) ./cmd/colima
4242
cd $(OUTPUT_DIR) && openssl sha256 -r -out $(OUTPUT_BIN).sha256sum $(OUTPUT_BIN)
4343
ifeq ($(GOOS),darwin)

0 commit comments

Comments
 (0)