Add forgotten '.PHONY' declarations in Makefile.in

This commit is contained in:
lwthiker
2022-05-14 10:10:34 +03:00
parent 5b260dfa3c
commit 53a87e0d9d

View File

@@ -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)