Skip to content

Commit

Permalink
Don't generate cpe-index on make snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Luhring <[email protected]>
  • Loading branch information
luhring committed Jul 9, 2023
1 parent ff95fbb commit 6fcc0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ cpe-index: ## Build the CPE index
.PHONY: build
build: $(SNAPSHOT_DIR) ## Build release snapshot binaries and packages

$(SNAPSHOT_DIR): cpe-index ## Build snapshot release binaries and packages
$(SNAPSHOT_DIR): ## Build snapshot release binaries and packages
$(call title,Building snapshot artifacts)

# create a config with the dist dir overridden
Expand Down

0 comments on commit 6fcc0a9

Please sign in to comment.