diff options
Diffstat (limited to 'doc/number-guessing-bot/TARGETS')
-rw-r--r-- | doc/number-guessing-bot/TARGETS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/number-guessing-bot/TARGETS b/doc/number-guessing-bot/TARGETS new file mode 100644 index 0000000..0b8d2ad --- /dev/null +++ b/doc/number-guessing-bot/TARGETS @@ -0,0 +1,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"]] + } +} |