From 1199cddebbd04085f7b8078247dbd9937a66c9d3 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sat, 28 Nov 2009 15:34:32 -0800 Subject: test/Makefile: make it easier to inject options Make it easier to inject options into test compiles. Signed-off-by: H. Peter Anvin --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 2dcf2eb..8b51359 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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) -- cgit v1.2.3