rdoff/test/Makefile: actually do build tests
[nasm.git] / rdoff / test / Makefile
blob658a6d4e0c4e0acde835d0118a3a8c4c64321fd8
1 RDT = $(patsubst %.asm,%.rdf,$(wildcard *.asm))
2 NASM = ../../nasm
4 all: $(RDT)
6 %.rdf: %.asm
7 $(NASM) -f rdf -o $@ -l $*.lst $<
9 clean:
10 rm -f *.rdf *.rdx *.lst