From 9088bad9b958dc6514b095d8fd49074f3dcded9a Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sun, 18 Feb 2024 23:08:13 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=AF=20Rename=20update-headers=20target?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 624cd6c..3028561 100644 --- a/Makefile +++ b/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 ################################################################################