redox/mk/initfs.mk

4 lines
113 B
Makefile
Raw Normal View History

2017-05-11 05:39:05 +02:00
build/initfs.tag: initfs.toml
cargo run --manifest-path installer/Cargo.toml -- $(INSTALLER_FLAGS) $<
2017-05-11 05:39:05 +02:00
touch $@