🎯 Rename update-headers target

This commit is contained in:
Ben Chatelain 2024-02-18 23:08:13 -07:00
parent 2d46b71c66
commit 9088bad9b9

View file

@ -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
################################################################################