Skip to content

Commit 6647640

Browse files
committed
build: add a few PHONY targets
1 parent 7740bd4 commit 6647640

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
##@ Utilities
1010

11-
.PHONY: help clean_platform clean sterile install
11+
.PHONY: help _clean_platform debug_clean clean_platform clean sterile install
1212

1313
help: ## Show this help.
1414
@# Adapted from https://www.thapaliya.com/en/writings/well-documented-makefiles/
@@ -93,7 +93,7 @@ metasmoke:
9393
# in requirements/pins.pip, and search for "windows" in .in files to find pins
9494
# and extra requirements that have been needed, but might be obsolete.
9595

96-
.PHONY: upgrade doc_upgrade diff_upgrade
96+
.PHONY: upgrade upgrade_one _upgrade doc_upgrade diff_upgrade
9797

9898
DOCBIN = .tox/doc/bin
9999

0 commit comments

Comments
 (0)