mirror of
https://github.com/mas-cli/mas
synced 2024-11-25 13:00:23 +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
|
run: build
|
||||||
${EXECUTABLE_DIRECTORY}/${CMD_NAME} $(ARGS)
|
${EXECUTABLE_DIRECTORY}/${CMD_NAME} $(ARGS)
|
||||||
|
|
||||||
.PHONY: updateHeaders
|
.PHONY: update-headers
|
||||||
updateHeaders: ## Updates private macOS headers.
|
update-headers: ## Updates private macOS headers.
|
||||||
script/update_headers
|
script/update_headers
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
Loading…
Reference in a new issue