diff --git a/test/Makefile b/test/Makefile index fb13ecf1..f16c6402 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,7 @@ ifeq "$(CIRCLECI)" "true" # else - $(if $(GOROOT),,$(error GOROOT is not set!)) +$(if $(GOROOT),,$(error GOROOT is not set!)) endif SRCS = $(wildcard *.go)