mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
Fix typo
This commit is contained in:
parent
1d3edc73be
commit
7ab99c88c8
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -26,10 +26,10 @@ benchmarks:
|
|||
$(MAKE) embench
|
||||
|
||||
coremark:
|
||||
cd ${WALLY}/benchmarks/coremark; $(MAKE); #$(MAKE) run
|
||||
cd ${WALLY}/benchmarks/coremark; $(MAKE); $(MAKE) run
|
||||
|
||||
embench:
|
||||
cd ${WALLY}/benchmarks/embench; $(MAKE); #$(MAKE) run
|
||||
cd ${WALLY}/benchmarks/embench; $(MAKE); $(MAKE) run
|
||||
|
||||
coverage:
|
||||
$(MAKE) -C tests/coverage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue