mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 17:55:19 +00:00
Fix typo
This commit is contained in:
parent
1d3edc73be
commit
7ab99c88c8
4
Makefile
4
Makefile
@ -26,10 +26,10 @@ benchmarks:
|
|||||||
$(MAKE) embench
|
$(MAKE) embench
|
||||||
|
|
||||||
coremark:
|
coremark:
|
||||||
cd ${WALLY}/benchmarks/coremark; $(MAKE); #$(MAKE) run
|
cd ${WALLY}/benchmarks/coremark; $(MAKE); $(MAKE) run
|
||||||
|
|
||||||
embench:
|
embench:
|
||||||
cd ${WALLY}/benchmarks/embench; $(MAKE); #$(MAKE) run
|
cd ${WALLY}/benchmarks/embench; $(MAKE); $(MAKE) run
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
$(MAKE) -C tests/coverage
|
$(MAKE) -C tests/coverage
|
||||||
|
Loading…
Reference in New Issue
Block a user