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 | 982c316fec24e14b64a9e09aab8c44e9eaf0470d (patch) | |
| tree | 6e9e58764e7448b2aab6c1347c99a895758678cb /Makefile | |
| parent | c3bf5b20d78959dbe0de13543d21ebd971bc417e (diff) | |
| download | dotemacs-982c316fec24e14b64a9e09aab8c44e9eaf0470d.tar.gz dotemacs-982c316fec24e14b64a9e09aab8c44e9eaf0470d.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 |
