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
|
||||
|
||||
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…
Reference in New Issue
Block a user