mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
test/Makefile: make it easier to inject options
Make it easier to inject options into test compiles. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
bd38c8f231
commit
1199cddebb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
.SUFFIXES: .bin .o .o64 .obj .obj64 .exe .asm .lst .pl
|
||||
|
||||
NASM = ../nasm
|
||||
NASMOPT = -Ox -I../misc
|
||||
NASMOPT = -Ox -I../misc $(OPT)
|
||||
PERL = perl
|
||||
TESTS = $(wildcard *.asm)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue