Ensure build directory exists before touching fstools tag
This commit is contained in:
parent
ade8e7085a
commit
7f40e64fde
|
@ -7,6 +7,7 @@ else
|
|||
$(HOST_CARGO) build --manifest-path cookbook/Cargo.toml --release
|
||||
$(HOST_CARGO) build --manifest-path installer/Cargo.toml --release
|
||||
$(HOST_CARGO) build --manifest-path redoxfs/Cargo.toml --release --bin redoxfs
|
||||
mkdir -p build
|
||||
touch $@
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue