From f9261bb24f944895158687601fa97a188768dd79 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Wed, 3 Sep 2025 19:35:28 -0400 Subject: [PATCH] Better target name --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 48fee568..a4b00d61 100644 --- a/Makefile +++ b/Makefile @@ -43,11 +43,11 @@ test: @$(MAKE) -C src -s all @$(MAKE) -C src -s test -testtz: +test-tz: @$(MAKE) -C src -s all @./tests/test-timezone-support -test-all: test testtz +test-all: test test-tz cppcheck: @$(MAKE) -C src cppcheck