files
kolibrios/programs/develop/examples/checkbox/Tupfile.lua
Andrew 7273186d3d
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 20s
Build system / Build (pull_request) Successful in 4m14s
develop/examples/checkbox: Post-SVN tidy
- Move source code from `trunk` into program 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-22 12:36:00 +01:00

3 lines
132 B
Lua

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