Skip to content

Commit

Permalink
fix: call go-cache target
Browse files Browse the repository at this point in the history
  • Loading branch information
belitre committed Jun 5, 2024
1 parent de5333b commit 432c3b2
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 @@ -106,7 +106,7 @@ clean-dist:
@rm -rf $(DIST_DIR)

.PHONY: build-cross
build-cross: clean-dist darwin-arm64 darwin-amd64 linux-amd64
build-cross: clean-dist go-cache darwin-arm64 darwin-amd64 linux-amd64

.PHONY: dist
dist: build-cross
Expand Down

0 comments on commit 432c3b2

Please sign in to comment.