From 521028801517a92ffdbf4911ca9d6db67e8de7d3 Mon Sep 17 00:00:00 2001 From: Philip J Freeman Date: Fri, 22 Jul 2005 01:13:13 -0700 Subject: add a gui; initial dev release --- Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3