mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-19 11:34:50 -04:00
Fix typo
This commit is contained in:
parent
02f93655ba
commit
3043e0ce6e
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
Reference in a new issue