mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-14 06:32:38 -04:00
3 lines
126 B
Lua
3 lines
126 B
Lua
if tup.getconfig("NO_FASM") ~= "" then return end
|
|
tup.rule("MARIO.ASM", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "MARIO")
|