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 6ab71ffca6
commit da7c23ee88

View File

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