4 lines
114 B
Makefile
4 lines
114 B
Makefile
build/initfs.tag: initfs.toml
|
|
cargo run --manifest-path installer/Cargo.toml -- --cookbook=cookbook $<
|
|
touch $@
|