files
kolibrios/programs/media/palitra/Tupfile.lua
Andrew 35d798ead7 media/palitra: 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-06-01 00:23:41 +01:00

3 lines
130 B
Lua

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