We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7740bd4 commit 6647640Copy full SHA for 6647640
Makefile
@@ -8,7 +8,7 @@
8
9
##@ Utilities
10
11
-.PHONY: help clean_platform clean sterile install
+.PHONY: help _clean_platform debug_clean clean_platform clean sterile install
12
13
help: ## Show this help.
14
@# Adapted from https://www.thapaliya.com/en/writings/well-documented-makefiles/
@@ -93,7 +93,7 @@ metasmoke:
93
# in requirements/pins.pip, and search for "windows" in .in files to find pins
94
# and extra requirements that have been needed, but might be obsolete.
95
96
-.PHONY: upgrade doc_upgrade diff_upgrade
+.PHONY: upgrade upgrade_one _upgrade doc_upgrade diff_upgrade
97
98
DOCBIN = .tox/doc/bin
99
0 commit comments