Skip to content

Commit a1d8d29

Browse files
committed
build: make targets should use underscores not dashes
1 parent f7d40a0 commit a1d8d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ PIP_COMPILE = pip-compile ${COMPILE_OPTS} --allow-unsafe --resolver=backtracking
9999
upgrade: ## Update the *.pip files with the latest packages satisfying *.in files.
100100
$(MAKE) _upgrade COMPILE_OPTS="--upgrade"
101101

102-
upgrade-one: ## Update the *.pip files for one package. `make upgrade-one package=...`
102+
upgrade_one: ## Update the *.pip files for one package. `make upgrade-one package=...`
103103
@test -n "$(package)" || { echo "\nUsage: make upgrade-one package=...\n"; exit 1; }
104104
$(MAKE) _upgrade COMPILE_OPTS="--upgrade-package $(package)"
105105

0 commit comments

Comments
 (0)