From 7ab99c88c8fd7c1a17fbbf195e36fa97bfaa79db Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Thu, 15 Aug 2024 19:01:34 -0700 Subject: [PATCH] Fix typo --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c39c7b689..b44d6221b 100644 --- a/Makefile +++ b/Makefile @@ -26,10 +26,10 @@ benchmarks: $(MAKE) embench coremark: - cd ${WALLY}/benchmarks/coremark; $(MAKE); #$(MAKE) run + cd ${WALLY}/benchmarks/coremark; $(MAKE); $(MAKE) run embench: - cd ${WALLY}/benchmarks/embench; $(MAKE); #$(MAKE) run + cd ${WALLY}/benchmarks/embench; $(MAKE); $(MAKE) run coverage: $(MAKE) -C tests/coverage