Skip to content

Commit 56396fc

Browse files
committed
fixup! don't build tools by default
Signed-off-by: Sam Gammon <[email protected]>
1 parent 2732d05 commit 56396fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ DEV_LOCAL = $(DEV_ROOT) $(DEV_BIN) $(DEV_BIN)/protoc
7272
BUILD_DEPS ?= $(DEV_LOCAL)
7373

7474

75-
all: setup $(BUILD_DEPS) packages repository samples tools test indexer ## Build all targets and setup the repository.
75+
all: setup $(BUILD_DEPS) packages repository samples test indexer ## Build all targets and setup the repository.
7676

7777
update-modules: ## Update all sub-modules.
7878
$(info Updating Attic submodules...)

0 commit comments

Comments
 (0)