mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-07-24 10:25:42 -04:00
test/Makefile: allow overriding -L+
Add a LISTOPT to make it possible to override -L+ without a bunch of painful additional options. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
parent
6f52ecfa49
commit
8f385ec6a0
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
NASMDEP = ../nasm
|
NASMDEP = ../nasm
|
||||||
NASM = ../nasm
|
NASM = ../nasm
|
||||||
NASMOPT = -Ox -I../misc -L+ $(OPT)
|
LISTOPT = -L+
|
||||||
|
NASMOPT = -Ox -I../misc $(LISTOPT) $(OPT)
|
||||||
PERL = perl
|
PERL = perl
|
||||||
TESTS = $(wildcard *.asm)
|
TESTS = $(wildcard *.asm)
|
||||||
RM_F = rm -f
|
RM_F = rm -f
|
||||||
|
Loading…
x
Reference in New Issue
Block a user