redox/mk/initfs.mk
2017-07-20 19:47:59 -06:00

5 lines
139 B
Makefile

build/initfs.tag: initfs.toml
cd kernel && xargo clean
cargo run --manifest-path installer/Cargo.toml -- $(INSTALLER_FLAGS) $<
touch $@