mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 01:58:41 +08:00
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 $@
|