Try some build debugging.

This commit is contained in:
David Given 2022-07-15 23:34:55 +02:00
parent b3deb83b6d
commit b727599882

View file

@ -51,7 +51,8 @@ for _, f in ipairs(filenamesof(xh_files)) do
}, },
outleaves = { name..".h" }, outleaves = { name..".h" },
commands = { commands = {
"%{ins[1]} < %{ins[2]} > %{outs}" "%{ins[1]} < %{ins[2]} > %{outs}",
"cat %{outs}",
} }
} }
end end