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 5b1adc7a67
commit 20800b2714

View file

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