summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilip J Freeman <elektron@halo.nu>2005-07-22 01:13:13 -0700
committerPhilip J Freeman <elektron@halo.nu>2026-04-22 12:13:02 -0700
commit521028801517a92ffdbf4911ca9d6db67e8de7d3 (patch)
tree5eaf050789a03275c73fd810f8d65edb6de54cc1 /Makefile
parente33ea89387b46c5a4a91b1fd90c05e0d7ad56470 (diff)
add a gui; initial dev releasehalo.01.20250721.235859
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d024955..18c8795 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,17 @@
scripts := build-os commit-os publish-repo generate-usb-img sync-repo
hooks := hooks/build-os/* hooks/build-os-post/*
+all:
+ sudo ./build-os
+ sudo ./commit-os
+ ./publish-repo
+
check: $(scripts)
shellcheck -x $(scripts)
shellcheck -x $(hooks)
clean:
- rm -rf build-repo halo-*-usb-*
+ sudo rm -rf roots build-repo
distclean: clean
- rm -rf roots repo
+ rm -rf repo