diff --git a/Makefile b/Makefile index 7f8e80a1771..75481d614a1 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ EMBEDDED_STATIC = generated/statik/statik.go default: kubeapps kubeapps: $(EMBEDDED_STATIC) - $(GO) build -i -o $(BINARY) $(GO_FLAGS) $(IMPORT_PATH) + $(GO) build -o $(BINARY) $(GO_FLAGS) $(IMPORT_PATH) test: $(EMBEDDED_STATIC) $(GO) test $(GO_PACKAGES)