Set file as login scheme
This commit is contained in:
parent
f2dcefc882
commit
9f7bcf0f59
2 changed files with 7 additions and 5 deletions
5
Makefile
5
Makefile
|
@ -33,6 +33,7 @@ clean:
|
|||
cargo clean --manifest-path programs/login/Cargo.toml
|
||||
cargo clean --manifest-path programs/coreutils/Cargo.toml
|
||||
cargo clean --manifest-path schemes/example/Cargo.toml
|
||||
cargo clean --manifest-path schemes/redoxfs/Cargo.toml
|
||||
rm -rf initfs/bin
|
||||
rm -rf filesystem/bin
|
||||
rm -rf build
|
||||
|
@ -203,8 +204,8 @@ filesystem/bin/%: schemes/%/Cargo.toml schemes/%/src/** $(BUILD)/libstd.rlib
|
|||
rm $@.d
|
||||
|
||||
drivers: \
|
||||
initfs/bin/ps2d \
|
||||
initfs/bin/vesad
|
||||
filesystem/bin/ps2d \
|
||||
filesystem/bin/vesad
|
||||
|
||||
coreutils: \
|
||||
filesystem/bin/cat \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue