2017-01-05 22:07:20 +01:00
|
|
|
games: \
|
2017-01-13 03:35:44 +01:00
|
|
|
filesystem/bin/baduk \
|
2017-01-05 22:07:20 +01:00
|
|
|
filesystem/bin/ice \
|
|
|
|
filesystem/bin/minesweeper \
|
|
|
|
filesystem/bin/reblox \
|
2017-01-13 03:35:44 +01:00
|
|
|
filesystem/bin/rusthello
|
|
|
|
|
|
|
|
#filesystem/bin/snake
|
2017-01-05 22:07:20 +01:00
|
|
|
|
|
|
|
filesystem/bin/%: programs/games/Cargo.toml programs/games/src/%/**.rs $(BUILD)/libstd.rlib
|
|
|
|
mkdir -p filesystem/bin
|
|
|
|
$(CARGO) rustc --manifest-path $< --bin $* $(CARGOFLAGS) -o $@
|
|
|
|
$(STRIP) $@
|