kolibrios-fun/programs/other/outdated/kerpack/trunk/Tupfile.lua
Ivan Baravy 7ea104c3a8 Build kerpack from source, remove binary.
git-svn-id: svn://kolibrios.org@7118 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-21 20:31:52 +00:00

3 lines
130 B
Lua

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