files
kolibrios-gitea/programs/media/log_el/Tupfile.lua
Andrew f638d8f296 media/log_el: Post-SVN tidy
- Move source code from `trunk` into root directory.
- Update ASM include paths.
- Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
2025-05-31 23:53:35 +01:00

3 lines
128 B
Lua

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