Added build to the Embench make run command to avoid errors when just doing make run

This commit is contained in:
David Harris 2023-09-05 11:12:23 -07:00
parent 8f12c6f9a1
commit d7d1f8f775

View File

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