remove built printout when running comipiler on single file

This commit is contained in:
leaf corcoran 2018-04-13 11:09:19 -07:00
parent 491f2352a2
commit 9cba69b114

View File

@ -225,9 +225,7 @@ else
if not success then
io.stderr:write(fname .. "\t" .. err .. "\n")
os.exit(1)
elseif success == "build" then
log_msg("Built", fname)
end
else
end
end