demos/life: Post-SVN tidy

- Move source code from `trunk` into root directory.
- Update build files.
This commit is contained in:
2025-05-29 00:33:45 +01:00
parent d34359f7c4
commit 30ab1f2ace
5 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
if tup.getconfig("NO_FASM") ~= "" then return end
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR")
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")