Skip to content

Commit ba92d34

Browse files
committed
Update Makefile
1 parent c65fb3e commit ba92d34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ rebuild: clean build
8686
# Build all binaries in parallel ( -j )
8787
build: tidy
8888
@echo "Build cli binaries"
89-
$(MAKE) -j bin/support-bundle bin/preflight bin/analyze bin/collect
89+
$(MAKE) -j bin/support-bundle bin/preflight
9090

9191
.PHONY: clean
9292
clean:

0 commit comments

Comments
 (0)