mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-06 18:35:17 -04:00
4 lines
156 B
Lua
4 lines
156 B
Lua
if tup.getconfig("NO_FASM") ~= "" then return end
|
|
tup.rule("MeOSload.asm", "fasm %f %o", "MeOSload.com")
|
|
tup.rule("enable.asm", "fasm %f %o", "enable.exe")
|