embench no longer launches run automatiacally, need to use make run

This commit is contained in:
Daniel Torres 2022-07-19 15:16:12 -07:00
parent d33d0d22bd
commit 7632ce9ee9

View File

@ -4,7 +4,8 @@
embench_dir = ../../addins/embench-iot
all: build sim size
all: build
run: sim size
allClean: clean all