Files
kolibrios/programs/emulator/PrMK/Tupfile.lua
Andrew a5e72d7ea4
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 24s
Build system / Build (pull_request) Failing after 27s
programs/PrMK: Post-SVN clean up
- Move source code from `trunk` into program root directory.
2025-05-19 00:53:28 +01:00

6 lines
263 B
Lua

if tup.getconfig("NO_FASM") ~= "" then return end
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR")
tup.include(HELPERDIR .. "/use_fasm.lua")
tup.rule("PrMK.asm", FASM .. " %f %o " .. tup.getconfig("KPACK_CMD"), "PrMK")