files
kolibrios/programs/demos/aclock/Tupfile.lua
IgorA a5aaa4f6a5
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 35s
Build system / Build (pull_request) Failing after 1m5s
Apps/aclock: Rewrite from nasm to fasm
2025-03-07 00:29:51 +03:00

3 lines
128 B
Lua

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