aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-24 12:25:33 -0600
committerCraig Jennings <c@cjennings.net>2026-01-24 12:25:33 -0600
commit3cc32297c2fbcf65991c88da8675f17d7882b8b9 (patch)
tree6e8823608a22afa50cd1bca324c1b04f7893d42d
parent4f1e56773f876aebd98d20cda3a7fc96b30ac4d0 (diff)
downloaddotemacs-3cc32297c2fbcf65991c88da8675f17d7882b8b9.tar.gz
dotemacs-3cc32297c2fbcf65991c88da8675f17d7882b8b9.zip
chore(Makefile): add targets alias for help
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a1924e28..d85a290b5 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