Skip to content

Commit

Permalink
improve the bootstrapping experience a bit
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman committed Sep 8, 2023
1 parent dbc6d7e commit 0d5ee0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ ci-bootstrap-go:
ci-bootstrap-tools: $(BINNY)
$(BINNY) install -v

# this is a bootstrapping catch-all, where if the target doesn't exist, we'll ensure the tools are installed and then try again
%:
make $(TASK)
$(TASK) $@

## Shim targets #################################

.PHONY: make-default
Expand Down

0 comments on commit 0d5ee0c

Please sign in to comment.