mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 03:44:18 +08:00
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 $@
|