files
kolibrios-gitea/programs/system/zkey/Tupfile.lua
Andrew 8cd163f8dd system/zkey: Post-SVN clean up
- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
2025-06-18 12:20:07 +02:00

3 lines
124 B
Lua

if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("ZKEY.ASM", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "ZKEY")