files
kolibrios-gitea/programs/demos/life/Tupfile.lua
Andrew 30ab1f2ace demos/life: Post-SVN tidy
- Move source code from `trunk` into root directory.
- Update build files.
2025-05-29 00:33:45 +01:00

5 lines
259 B
Lua

if tup.getconfig("NO_FASM") ~= "" then return end
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
tup.include(HELPERDIR .. "/use_fasm.lua")
tup.rule("life.asm", FASM .. " %f %o " .. tup.getconfig("KPACK_CMD"), "life")