mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-09 13:19:37 +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)
|
||||
$(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)
|
||||
|
Reference in New Issue
Block a user