diff --git a/recipes/wip/tools/objdiff/recipe.toml b/recipes/wip/tools/objdiff/recipe.toml
index 66a58844338f33e277b6576f8661a549521ed012..a8dd0b515fef96064983daeacd93583b48d0a6e6 100644
--- a/recipes/wip/tools/objdiff/recipe.toml
+++ b/recipes/wip/tools/objdiff/recipe.toml
@@ -4,5 +4,5 @@ git = "https://github.com/encounter/objdiff"
 [build]
 template = "custom"
 script = """
-cookbook_cargo_packages objdiff-gui
+cookbook_cargo_packages objdiff-gui objdiff-cli
 """