kolibrios-fun/programs/other/rainbow/Tupfile.lua
Ivan Baravy 11a65eeec4 Rainbow: my old app to view CSS colors and their names.
git-svn-id: svn://kolibrios.org@7123 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-29 22:52:33 +00:00

3 lines
130 B
Lua

if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("rainbow.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "rainbow")