Use only one virtual terminal until init issue is fixed. Compile baduk, do not compile snake until issue is fixed
This commit is contained in:
parent
da62b38adc
commit
ae1abca0f5
7 changed files with 8 additions and 7 deletions
|
@ -1,9 +1,11 @@
|
|||
games: \
|
||||
filesystem/bin/baduk \
|
||||
filesystem/bin/ice \
|
||||
filesystem/bin/minesweeper \
|
||||
filesystem/bin/reblox \
|
||||
filesystem/bin/rusthello \
|
||||
filesystem/bin/snake
|
||||
filesystem/bin/rusthello
|
||||
|
||||
#filesystem/bin/snake
|
||||
|
||||
filesystem/bin/%: programs/games/Cargo.toml programs/games/src/%/**.rs $(BUILD)/libstd.rlib
|
||||
mkdir -p filesystem/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue