that was a mistake

This commit is contained in:
Ben Kyd
2023-05-15 17:28:42 +01:00
parent 40030635c0
commit f0c5c402f9

View File

@@ -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)