File

squishy @ 73:1032eddcf35b

squishy: see verse commit b5fd3292bdbd
author Kim Alvefur <zash@zash.se>
date Mon, 25 Jun 2012 02:36:10 +0200
parent 64:582afbb2b23d
child 74:4b64a556a2cd
line wrap: on
line source

local commands = {
	"send";
	"receive";
	"version";
	"bounce";
	"mirror";
	"raw";
	"roster";
	"export";
	"vcard";
}

for _, cmd in ipairs(commands) do
	Module("clix."..cmd)("clix/"..cmd..".lua")
end

if GetOption "with-verse" then
	Module("verse")(GetOption "with-verse");
end

Main "clix.lua"

Option "executable"
Output "clix.bin"