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]
This commit is contained in:
parent
688e2f19bd
commit
09c01eb2c5
3
Makefile
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user