mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
rdoff/test/Makefile: actually do build tests
Add actual Makefile rules for the rdoff tests. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
20c1d4136d
commit
06c05ae72a
@ -1,2 +1,10 @@
|
||||
RDT = $(patsubst %.asm,%.rdf,$(wildcard *.asm))
|
||||
NASM = ../../nasm
|
||||
|
||||
all: $(RDT)
|
||||
|
||||
%.rdf: %.asm
|
||||
$(NASM) -f rdf -o $@ -l $*.lst $<
|
||||
|
||||
clean:
|
||||
rm -f *.rdf *.rdx
|
||||
rm -f *.rdf *.rdx *.lst
|
||||
|
Loading…
Reference in New Issue
Block a user