Skip to content

Commit

Permalink
chore: fix "make build-grype" (#338)
Browse files Browse the repository at this point in the history
The grype main file moved into a subdirectory, and this command hadn't
been updated.

Signed-off-by: Will Murphy <[email protected]>
  • Loading branch information
willmurphyscode authored Oct 18, 2023
1 parent 788305d commit 2f4fc7a
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 @@ -82,7 +82,7 @@ dev: ## Get a development shell with locally editable grype, grype-db, and vunn

.PHONY: build-grype
build-grype: $(BIN_DIR) ## Build grype for local development
@cd $(GRYPE_PATH) && go build -o $(ABS_BIN_DIR)/grype .
@cd $(GRYPE_PATH) && go build -o $(ABS_BIN_DIR)/grype ./cmd/grype

.PHONY: build-grype-db
build-grype-db: $(BIN_DIR) ## Build grype-db for local development
Expand Down

0 comments on commit 2f4fc7a

Please sign in to comment.