aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-23 15:33:43 -0600
committerCraig Jennings <c@cjennings.net>2026-02-23 15:33:43 -0600
commit0c0d6009c0590facbaab8c79cbb27954c5ec2ae6 (patch)
tree46fe35fdb2708a2ed4798a53a2a2655ce43409d7 /Makefile
parent567c4b33642cecd9494d4aded4d402aaefe1b946 (diff)
downloadarchangel-0c0d6009c0590facbaab8c79cbb27954c5ec2ae6.tar.gz
archangel-0c0d6009c0590facbaab8c79cbb27954c5ec2ae6.zip
chore: remove default Makefile target, update README overview
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
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: