There was an error while loading. Please reload this page.
1 parent c65fb3e commit ba92d34Copy full SHA for ba92d34
1 file changed
Makefile
@@ -86,7 +86,7 @@ rebuild: clean build
86
# Build all binaries in parallel ( -j )
87
build: tidy
88
@echo "Build cli binaries"
89
- $(MAKE) -j bin/support-bundle bin/preflight bin/analyze bin/collect
+ $(MAKE) -j bin/support-bundle bin/preflight
90
91
.PHONY: clean
92
clean:
0 commit comments