redox/mk/initfs.mk

6 lines
160 B
Makefile
Raw Normal View History

2017-05-11 05:39:05 +02:00
build/initfs.tag: initfs.toml
2017-07-21 03:47:59 +02:00
cd kernel && xargo clean
2017-07-21 04:04:34 +02:00
rm -rf build/initfs
cargo run --manifest-path installer/Cargo.toml -- $(INSTALLER_FLAGS) $<
2017-05-11 05:39:05 +02:00
touch $@