kolibrios/programs/games/kox/Tupfile.lua
2025-01-20 14:40:21 +00:00

3 lines
122 B
Lua

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