Skip to content

Commit 0d2f839

Browse files
committed
Fix targetname
1 parent 4b4e1d4 commit 0d2f839

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
@@ -113,7 +113,7 @@ release: distclean releasecheck ## release a new version of patool
113113
$(MAKE) dist release-gh release-pypi release-homepage github-issues
114114

115115
.PHONY: releasecheck
116-
releasecheck: update_webmeta checkgit checkchangelog lint test typecheck checkgitreleasetag ## check that repo is ready for release
116+
releasecheck: update-webmeta checkgit checkchangelog lint test typecheck checkgitreleasetag ## check that repo is ready for release
117117

118118
.PHONY: checkgit
119119
checkgit: ## check that git changes are all committed on the main branch

0 commit comments

Comments
 (0)