From 14d9053a3de2ef8ac53762051be51737fa0ce15c Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Fri, 8 Dec 2023 19:18:20 -0800 Subject: [PATCH] Tweak build. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cdab83f..175f31e 100644 --- a/Makefile +++ b/Makefile @@ -833,7 +833,7 @@ $(PICO_ICE)/ueforth_pico_ice.uf2: \ common/core.h \ common/interp.h \ $(GEN)/pico_ice_boot.h - make -C $(PICO_ICE) VERBOSE=1 + make -C $(PICO_ICE) VERBOSE=1 ueforth_pico_ice $(PICO_ICE)/Makefile: cmake $(PICO_ICE) -S pico-ice -B $(PICO_ICE)