From da7c23ee88ac6517d76b24b418a0e00bf9f7f306 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