diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-24 12:25:33 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-24 12:25:33 -0600 |
| commit | 53e7c018d4dcc0e1f09abd068d75e442effe27f5 (patch) | |
| tree | d829e3888f39686b9800e5c391c159b4ab64627d /Makefile | |
| parent | 1d94eafb8e66bb24a39f426c72a6c987466f98dc (diff) | |
| download | dotemacs-53e7c018d4dcc0e1f09abd068d75e442effe27f5.tar.gz dotemacs-53e7c018d4dcc0e1f09abd068d75e442effe27f5.zip | |
chore(Makefile): add targets alias for help
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
