File

squishy @ 27:5b58c002d6ad

clix.*: Add --short-help and make sure they are working correctly
author Matthew Wild <mwild1@gmail.com>
date Tue, 12 Jan 2010 02:17:38 +0000
parent 26:028c5ffc6d7c
child 29:1003e44cf3b0
line wrap: on
line source

Module "clix.send" "clix/send.lua"
Module "clix.receive" "clix/receive.lua"
Module "clix.version" "clix/version.lua"

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

Main "clix.lua"

Option "executable"
Output "clix.bin"