From 4ced668863b15eaf5b4d9758a098a19737d3cd00 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 24 Jan 2026 12:25:33 -0600 Subject: chore(Makefile): add targets alias for help --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a1924e2..d85a290b 100644 --- a/Makefile +++ b/Makefile @@ -38,10 +38,13 @@ EMACS_TEST = $(EMACS_BATCH) -L $(TEST_DIR) -L $(MODULE_DIR) # No colors - using plain text symbols instead -.PHONY: help test test-all test-unit test-integration test-file test-name \ +.PHONY: help targets test test-all test-unit test-integration test-file test-name \ validate-parens validate-modules compile lint profile \ clean clean-compiled clean-tests reset +# Alias for help +targets: help + # Default target .DEFAULT_GOAL := help -- cgit v1.2.3