1 2 3 4 5 6 7 8 9 10
return { url = "https://github.com/JulB3y/tux", targets = { default = { build = function() return os.execute("make release") end, } } }