redox/mk/initfs.mk
2017-07-20 20:04:34 -06:00

6 lines
160 B
Makefile

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