Clean initfs before installing

This commit is contained in:
Jeremy Soller 2017-07-20 20:04:34 -06:00
parent 3c395f11f8
commit c8d7b6d773

View file

@ -1,4 +1,5 @@
build/initfs.tag: initfs.toml
cd kernel && xargo clean
rm -rf build/initfs
cargo run --manifest-path installer/Cargo.toml -- $(INSTALLER_FLAGS) $<
touch $@