diff --git a/test/Makefile b/test/Makefile index 00d43662..6b6ffbfe 100644 --- a/test/Makefile +++ b/test/Makefile @@ -2,7 +2,8 @@ NASMDEP = ../nasm NASM = ../nasm -NASMOPT = -Ox -I../misc -L+ $(OPT) +LISTOPT = -L+ +NASMOPT = -Ox -I../misc $(LISTOPT) $(OPT) PERL = perl TESTS = $(wildcard *.asm) RM_F = rm -f