From 53a87e0d9d60646dfc4fbc0523be5b56bb4af9d1 Mon Sep 17 00:00:00 2001 From: lwthiker Date: Sat, 14 May 2022 10:10:34 +0300 Subject: [PATCH] Add forgotten '.PHONY' declarations in Makefile.in --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index 5e6662f..23e2b6f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -77,6 +77,7 @@ firefox-clean: ## Clean build artifacts of the Firefox version. Use after re-run cd $(CURL_VERSION) $(MAKE) clean MAKEFLAGS= rm .firefox +.PHONY: firefox-clean chrome-build: $(CURL_VERSION)/.chrome ## Build the Chrome version of curl-impersonate cd $(CURL_VERSION) @@ -111,6 +112,7 @@ chrome-clean: ## Clean build artifacts of the Chrome version. Use after re-runni cd $(CURL_VERSION) $(MAKE) clean MAKEFLAGS= rm .chrome +.PHONY: chrome-clean clean: ## Remove all build artifacts, including dependencies rm -Rf brotli-$(BROTLI_VERSION).tar.gz brotli-$(BROTLI_VERSION)