mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-11 04:55:15 -04:00
3 lines
127 B
Lua
3 lines
127 B
Lua
if tup.getconfig("NO_FASM") ~= "" then return end
|
|
tup.foreach_rule("*.asm", "fasm %f %o", {"../OBJ/%B.o", "../OBJ/<C_Layer>"})
|