Fix typo in update-timing target for external testsuites

Also includes whitespace tweaks for consistency.
This commit is contained in:
Christian Kreibich 2022-06-24 15:09:25 -07:00
parent bf7b6e5ed0
commit 9f3dfbdb13

View file

@ -28,6 +28,6 @@ coverage:
@for repo in $(REPOS); do ( cd $$repo && echo "Coverage for '$$repo' repo:" && make coverage ); done
update-timing:
@for repo in $(REPOS); do (cd $$repo && echo "Coverage for '$$repo' repo:" && make update-timing); done
@for repo in $(REPOS); do ( cd $$repo && echo "Updating timing for '$$repo' repo:" && make update-timing ); done
.PHONY: all brief init pull push status coverage