files
kolibrios/programs/demos/flag/Tupfile.lua
IgorA 190936d799
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 40s
Build system / Build (pull_request) Successful in 7m12s
TinyGL:
- fix function glClearDepth
- fix bug with z-buffer
- flag demo program rewritten
- fix array functions
2025-04-14 08:49:22 +03:00

3 lines
124 B
Lua

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