Skip to content

Commit 758ad79

Browse files
committed
Remove unused target
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
1 parent e47c5c6 commit 758ad79

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

GNUmakefile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,6 @@ testacc:
6161
printf "==> Running acceptance tests on branch: \033[1m%s\033[0m...\n" "🌿 $$branch 🌿"
6262
TF_ACC=1 CGO_ENABLED=0 go test $(TEST) -v -run '^TestAcc' $(RUNARGS) $(TESTARGS) -timeout 120m -count=1
6363

64-
test-compile:
65-
@if [ "$(TEST)" = "./..." ]; then \
66-
echo "ERROR: Set TEST to a specific package. For example,"; \
67-
echo " make test-compile TEST=./$(PKG_NAME)"; \
68-
exit 1; \
69-
fi
70-
CGO_ENABLED=0 go test -c $(TEST) $(TESTARGS)
71-
7264
website:
7365
ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
7466
echo "$(WEBSITE_REPO) not found in your GOPATH (necessary for layouts and assets), get-ting..."
@@ -87,4 +79,4 @@ ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
8779
endif
8880
@$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
8981

90-
.PHONY: build test testacc fmt lint lintcheck tools test-compile website website-lint website-test
82+
.PHONY: build test testacc fmt lint lintcheck tools website website-lint website-test

0 commit comments

Comments
 (0)