files
kolibrios/programs/demos/3dsheart/Tupfile.lua
Andrew 460dd985d3
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 20s
Build system / Build (pull_request) Successful in 4m27s
demos/3dsheart: Post-SVN tidy
- Move source code from `trunk` into root directory.
- Update build files.
2025-05-27 01:09:43 +01:00

3 lines
132 B
Lua

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