repo.or.cz
/
kolibrios.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Replace cyrillic 'с' with latin 'c' in register names
[kolibrios.git]
/
programs
/
other
/
rainbow
/
Tupfile.lua
blob
9acfd4b5eb83bd7ec6175041288b88ff919bf13d
1
if
tup
.
getconfig
(
"NO_FASM"
) ~=
""
then return end
2
tup
.
rule
(
"rainbow.asm"
,
"fasm %f %o "
..
tup
.
getconfig
(
"KPACK_CMD"
),
"rainbow"
)