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

Commit 4df79fe

Browse files
authored
Merge pull request #91 from gianarb/feature/update-e2e-comand
better binary management for genkgo
2 parents 214a024 + 6613c0c commit 4df79fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ BIN_DIR := bin
3939
TOOLS_BIN_DIR := $(TOOLS_DIR)/$(BIN_DIR)
4040
GINKGO := $(TOOLS_BIN_DIR)/ginkgo
4141

42-
ginkgo: $(GINKGO)
42+
.PHONY: ginkgo
43+
ginkgo:
4344
cd $(TOOLS_DIR) && go build -tags=tools -o $(BIN_DIR)/ginkgo github.com/onsi/ginkgo/ginkgo
4445

4546
## --------------------------------------

0 commit comments

Comments
 (0)