fixed a typo in makefile

This commit is contained in:
DTowersM 2022-06-14 17:08:39 +00:00
parent 919c1818a8
commit 2023a2af2c

View File

@ -47,7 +47,7 @@ spike_run:
# python wrapper to present results of embench size benchmark
size: buildsize
$(embench_dir)/benchmark_size.py --builddir=bd_size --json-output > wallySize.output
$(embench_dir)/benchmark_size.py --builddir=bd_size --json-output > wallySize.json
# python wrapper to present results of embench speed benchmark
speed: