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