From 09c01eb2c5f124d132eeb4c6a10e202772afc7ff Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Mon, 10 Sep 2012 22:53:39 -0700 Subject: [PATCH] Make docs and utils a separate build path from all docs require too many extra dependencies and haven't been updated in ages; utils are not required for anything. [ci skip] --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e4383739..a3646f56 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,8 @@ INITRDBIN = $H/reboot $H/nyancat $H/clear $H/cat $H/terminal $H/esh $H/echo $H/i .PHONY: all system clean clean-once clean-hard clean-soft clean-docs clean-bin clean-aux clean-core update-version install run docs utils .SECONDARY: -all: .passed system docs utils tags +all: .passed system tags +aux: utils docs system: .passed toaruos-disk.img toaruos-kernel install: system