We can build our first C file.

This commit is contained in:
David Given
2016-08-07 21:56:53 +02:00
parent b50dc4214a
commit 0d77cb8279
16 changed files with 258 additions and 38 deletions

View File

@@ -415,7 +415,7 @@ loadtarget = function(targetname)
target = targets[targetname]
if not target then
error(string.format("build file '%s' contains no rule '%s'",
error(string.format("build file '%s' contains no target '%s'",
filename, targetpart))
end
end