From b3fb6dfc7ffbb4f41387992dea187ea5cca54fee Mon Sep 17 00:00:00 2001 From: igor Date: Sun, 23 Mar 2025 11:14:38 -0700 Subject: [PATCH] Fix issues in the Makefile. --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 14506c3..e589933 100644 --- a/src/Makefile +++ b/src/Makefile @@ -21,6 +21,8 @@ LIBS = FRAMEWORKS = -framework AppKit -framework ServiceManagement +default: $(EXEC).app + # HACK: Target is getting touched because timestamps of the generated # object file don't change unless there's an actual change in the # outputted object code. This results in this target running every @@ -89,8 +91,6 @@ $(EXEC).app: $(EXEC) codesign -s ${APPLE_DEVELOPER_ID_APPLICATION} -f --timestamp \ -o runtime $(EXEC).app) -all: $(EXEC).app - clean: rm -rf $(EXEC) $(EXEC).app arm64 x86_64 mkdir arm64 x86_64