From b710d1704ec03177c5527ec8cac1812799cdea87 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Wed, 7 Feb 2024 11:41:59 +0100 Subject: [PATCH] make: Mark "common" as ".PHONY". --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 167cc90..be35f0f 100644 --- a/Makefile +++ b/Makefile @@ -165,5 +165,5 @@ tarball: vendor dist: tarball .NOTPARALLEL: $(EASYJSON_GO_FILES) -.PHONY: continentmap.go vendor +.PHONY: continentmap.go common vendor .DELETE_ON_ERROR: