diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-26 18:43:49 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-26 18:43:49 -0600 |
| commit | c464069ce00461827a3b8887b964956b1d0db782 (patch) | |
| tree | e4a07d343a0eea6d11a0f36e476c080768d41f7b /Makefile | |
| parent | c288a4f5dcf83c54de287af2640923c458fc85d6 (diff) | |
| download | archangel-c464069ce00461827a3b8887b964956b1d0db782.tar.gz archangel-c464069ce00461827a3b8887b964956b1d0db782.zip | |
chore: remove redundant help target
Usage info already documented in header comment.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 16 |
1 files changed, 1 insertions, 15 deletions
@@ -12,25 +12,11 @@ # # Test configurations are in scripts/test-configs/ -.PHONY: all test test-unit test-install build release clean lint help +.PHONY: all test test-unit test-install build release clean lint # Default target all: test build -help: - @echo "archzfs Makefile targets:" - @echo "" - @echo " make - Run all tests and build ISO" - @echo " make test - Run all tests (unit + integration)" - @echo " make test-unit - Run unit tests only (fast)" - @echo " make test-install - Run VM install tests (slow)" - @echo " make build - Build the ISO (requires sudo)" - @echo " make release - Full test + build + deploy ISO" - @echo " make clean - Remove build artifacts" - @echo " make lint - Run shellcheck on all scripts" - @echo "" - @echo "Test configs are in scripts/test-configs/" - # Unit tests (fast, no VM needed) test-unit: @echo "==> Running unit tests..." |
