mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
🎯 Rename update-headers target
This commit is contained in:
parent
2d46b71c66
commit
9088bad9b9
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -104,8 +104,8 @@ test: build ## Runs tests.
|
|||
run: build
|
||||
${EXECUTABLE_DIRECTORY}/${CMD_NAME} $(ARGS)
|
||||
|
||||
.PHONY: updateHeaders
|
||||
updateHeaders: ## Updates private macOS headers.
|
||||
.PHONY: update-headers
|
||||
update-headers: ## Updates private macOS headers.
|
||||
script/update_headers
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in a new issue