mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-15 15:10:53 -04:00
3 lines
119 B
Lua
3 lines
119 B
Lua
if tup.getconfig("NO_FASM") ~= "" then return end
|
|
tup.rule("*.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "%B")
|