mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-14 02:47:07 +03:00
77fdf72199
git-svn-id: svn://kolibrios.org@8726 a494cfbc-eb01-0410-851d-a64ba20cac60
4 lines
128 B
Lua
4 lines
128 B
Lua
if tup.getconfig("NO_FASM") ~= "" then return end
|
|
tup.rule("chip8.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "chip8")
|
|
|
|
|