6 lines
160 B
Makefile
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 $@
|