diff --git a/recipes/wip/web/gosub/recipe.toml b/recipes/wip/web/gosub/recipe.toml
index 592a26789e24bb55a4f8337478ea69c9e733fa2c..137d23df65ca2471eaff2547d3493c92f9d38526 100644
--- a/recipes/wip/web/gosub/recipe.toml
+++ b/recipes/wip/web/gosub/recipe.toml
@@ -1,18 +1,9 @@
-#TODO not compiled or tested
+#TODO discover how to build the bins
 [source]
 git = "https://github.com/gosub-browser/gosub-engine"
 [build]
 template = "custom"
 script = """
-cookbook_cargo --bin gosub_engine
-BINS=(
-    gosub-parser
-    css3-parser
-    renderer
-    style-parser
-)
-for bin in "${BINS[@]}"
-do
-  ln -sv gosub_engine "${COOKBOOK_STAGE}/usr/bin/$bin"
-done
+cookbook_cargo --bin gosub-parser css3-parser renderer \
+style-parser
 """