files
kolibrios/programs/demos/kmatrix/Tupfile.lua
Andrew d34359f7c4
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 25s
Build system / Build (pull_request) Successful in 4m24s
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");