mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-08 19:40:50 -04:00
3 lines
128 B
Lua
3 lines
128 B
Lua
if tup.getconfig("NO_FASM") ~= "" then return end
|
|
tup.rule("period.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "period")
|