File

squishy @ 90:3115bd81b9de

clix.archive: Be interactive when --interactive is set. --everything makes it page by itself.
author Kim Alvefur <zash@zash.se>
date Wed, 04 Jul 2012 07:51:35 +0200
parent 76:aa672fc46be1
child 100:de5abce983d9
child 102:16cdeb9cd879
line wrap: on
line source

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

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"