From fb0ca5dbdc53009713a635929feab04bc4db5e41 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 23 Feb 2026 15:33:43 -0600 Subject: chore: remove default Makefile target, update README overview --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 313e39f..a870255 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ # Makefile for archangel ISO build and testing # # Usage: -# make - Run lint and build # make test - Run lint # make test-install - Run install tests in VM (slow) # make build - Build the ISO @@ -11,10 +10,7 @@ # # Test configurations are in scripts/test-configs/ -.PHONY: all test test-install build release clean lint - -# Default target -all: lint build +.PHONY: test test-install build release clean lint # Lint all bash scripts lint: -- cgit v1.2.3