All the amisc binaries now build.

This commit is contained in:
David Given
2016-06-19 09:32:45 +02:00
parent 1978867fd2
commit d805052205
5 changed files with 46 additions and 12 deletions

View File

@@ -162,7 +162,7 @@ definerule("cprogram",
commands = {
type="strings",
default={
"$(CC) -o %{outs[1]} %{ins}"
"$(CC) -o %{outs[1]} %{ins} %{ins}"
},
}
},