files
kolibrios-gitea/programs/demos/zeroline/Tupfile.lua
Andrew 9d0aee6c6d demos/zeroline: Post-SVN tidy
- Move source code from `trunk` into root directory.
- Update build files and ASM include paths.
- Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
2025-05-31 21:49:52 +01:00

2 lines
131 B
Lua

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