mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-11-24 01:39:35 +03:00
3 lines
132 B
Lua
3 lines
132 B
Lua
|
if tup.getconfig("NO_FASM") ~= "" then return end
|
||
|
tup.rule("3dspiral.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "3dspiral")
|