Make wren.mk log wren_to_c_string.

Thanks, Michel!
This commit is contained in:
Bob Nystrom
2015-12-26 20:11:48 -08:00
parent 8203baf7bd
commit 8ab329ff91
2 changed files with 3 additions and 2 deletions
-2
View File
@@ -50,7 +50,5 @@ def main():
with open(args.output, "w") as f:
f.write(c_source)
print(" str " + args.input)
main()