From f0c5c402f9f7636871c49b76dcfbd5d002890a46 Mon Sep 17 00:00:00 2001 From: Ben Kyd Date: Mon, 15 May 2023 17:28:42 +0100 Subject: [PATCH] that was a mistake --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4c183f..33b795a 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ CMAKE_ZEPHYR_PATH=../zephyrproject/zephyr CMAKE_ZEPHYR_COMMAND=west build CMAKE_ZEPHYR_FLAGS=-b $(TARGET) -all: flash +all: compile flash compile: $(CMAKE_ZEPHYR_COMMAND) $(CMAKE_ZEPHYR_FLAGS)