Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

fix: license-cache target #1251

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ LICENSECACHEMODULES = $(addprefix license-cache-, $(GOMODULES))
$(LICENSECACHEMODULES):
cd $(@:license-cache-%=%) && "$(LICENSEI_BIN)" cache --config "$(LICENSEI_CONFIG)"

+.PHONY: license-cache
.PHONY: license-cache
license-cache: bin/licensei $(LICENSECACHEMODULES) ## Generate license cache

.PHONY: lint
Expand Down
Loading