From 4f372e1639c0c43cf6926a100fbbce99585b0291 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 9 Feb 2026 17:24:00 +0100 Subject: Re-order the build-* targets on build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If we passed the --strict flag to nasm, then we want the statistics from the full build, not the one specific to PAL systems. Signed-off-by: Miquel Sabaté Solà --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a4e5fb7..640cd02 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ else endif .PHONY: build -build: gen-values build-full build-partial build-pal +build: gen-values build-partial build-pal build-full .PHONY: build-full build-full: -- cgit v1.2.3