From d7d1f8f775956ec3c7167a59c09b757322c5e6c7 Mon Sep 17 00:00:00 2001 From: David Harris Date: Tue, 5 Sep 2023 11:12:23 -0700 Subject: [PATCH] Added build to the Embench make run command to avoid errors when just doing make run --- benchmarks/embench/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/embench/Makefile b/benchmarks/embench/Makefile index 3dba4daaa..97c7660c5 100644 --- a/benchmarks/embench/Makefile +++ b/benchmarks/embench/Makefile @@ -5,7 +5,7 @@ embench_dir = ../../addins/embench-iot all: build -run: size sim +run: build size sim allClean: clean all