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

7 lines
212 B
Lua
Executable File

if tup.getconfig("NO_TCC") ~= "" then return end
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
tup.include(HELPERDIR .. "/use_tcc.lua")
link_tcc("main.c", "kmatrix");