Reordered embench Makefile to run size tests first

This commit is contained in:
David Harris 2022-07-20 01:49:33 +00:00
parent 20800b2714
commit 36bd17984b

View file

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