summaryrefslogtreecommitdiff
path: root/doc/number-guessing-bot/TARGETS
blob: 0b8d2ad38750af5188647a0c7eb560b352daf16a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ "bot":
  { "type": ["@", "rules-cc", "CC", "binary"]
  , "name": ["bot"]
  , "srcs": ["bot.cpp"]
  }
, "bot-test":
  { "type": ["@", "rules-cc", "shell/test", "script"]
  , "name": ["guessing_game"]
  , "test": ["play_game.sh"]
  , "deps": ["bot", ["@", "guessing_game", "", "guessing_game"]]
  }
}