mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
Fix last commit - only make build instead of build/filesystem
This commit is contained in:
parent
9cd6e3564b
commit
714c688073
@ -1,5 +1,5 @@
|
||||
build/filesystem.bin: prefix $(FILESYSTEM_CONFIG)
|
||||
mkdir -p build/filesystem/
|
||||
mkdir -p build
|
||||
$(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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user