mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-11 03:09:25 +00:00
Add forgotten '.PHONY' declarations in Makefile.in
This commit is contained in:
@@ -77,6 +77,7 @@ firefox-clean: ## Clean build artifacts of the Firefox version. Use after re-run
|
|||||||
cd $(CURL_VERSION)
|
cd $(CURL_VERSION)
|
||||||
$(MAKE) clean MAKEFLAGS=
|
$(MAKE) clean MAKEFLAGS=
|
||||||
rm .firefox
|
rm .firefox
|
||||||
|
.PHONY: firefox-clean
|
||||||
|
|
||||||
chrome-build: $(CURL_VERSION)/.chrome ## Build the Chrome version of curl-impersonate
|
chrome-build: $(CURL_VERSION)/.chrome ## Build the Chrome version of curl-impersonate
|
||||||
cd $(CURL_VERSION)
|
cd $(CURL_VERSION)
|
||||||
@@ -111,6 +112,7 @@ chrome-clean: ## Clean build artifacts of the Chrome version. Use after re-runni
|
|||||||
cd $(CURL_VERSION)
|
cd $(CURL_VERSION)
|
||||||
$(MAKE) clean MAKEFLAGS=
|
$(MAKE) clean MAKEFLAGS=
|
||||||
rm .chrome
|
rm .chrome
|
||||||
|
.PHONY: chrome-clean
|
||||||
|
|
||||||
clean: ## Remove all build artifacts, including dependencies
|
clean: ## Remove all build artifacts, including dependencies
|
||||||
rm -Rf brotli-$(BROTLI_VERSION).tar.gz brotli-$(BROTLI_VERSION)
|
rm -Rf brotli-$(BROTLI_VERSION).tar.gz brotli-$(BROTLI_VERSION)
|
||||||
|
Reference in New Issue
Block a user