repo.or.cz
/
nasm
/
sigaren-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nasmlib: Rename elements() macro to ARRAY_SIZE
[nasm/sigaren-mirror.git]
/
rdoff
/
test
/
Makefile
blob
658a6d4e0c4e0acde835d0118a3a8c4c64321fd8
1
RDT
= $(
patsubst
%
.asm
,%
.rdf
,$(
wildcard
*
.asm
))
2
NASM
=
..
/
..
/
nasm
3
4
all
: $(
RDT
)
5
6
%
.rdf
: %
.asm
7
$(
NASM
) -
f rdf
-
o
$
@
-
l
$*
.lst
$<
8
9
clean
:
10
rm
-
f
*
.rdf
*
.rdx
*
.lst