From d424eb44385c8f9e02d982b715a658e395e56c4b Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 31 May 2014 00:39:09 -0700 Subject: Use rgbasm -h to use halt without nops. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4dc35a7a..312f7787 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ $(all_obj): $$*.tx $$(patsubst %.asm, %.tx, $$($$*_dep)) @$(gfx) 2bpp $(2bppq); $(eval 2bppq :=) @$(gfx) 1bpp $(1bppq); $(eval 1bppq :=) @$(pic) compress $(picq); $(eval picq :=) - rgbasm -o $@ $*.tx + rgbasm -h -o $@ $*.tx link := rgblink -n $*.sym -m $*.map -- cgit v1.3.1-sl0p