Modified benchmarks/coremark/Makefile to clean addins/coremark as well

This commit is contained in:
David Harris 2023-06-06 08:46:44 -07:00
parent 534b2fcbc2
commit d5ca261bc7

View File

@ -40,6 +40,7 @@ $(work_dir)/coremark.bare.riscv: $(sources) Makefile
.PHONY: clean .PHONY: clean
clean: clean:
make -C $(cmbase) clean
rm -f $(work_dir)/* rm -f $(work_dir)/*