Skip to content

Commit

Permalink
Fix the name of the 'check-cargotest' step
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Mar 25, 2016
1 parent 64a13a4 commit c7049f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bootstrap/mk/Makefile.in
Expand Up @@ -38,8 +38,8 @@ standalone-docs:
$(Q)$(BOOTSTRAP) --step doc-standalone
check:
$(Q)$(BOOTSTRAP) --step check
cargotest:
$(Q)$(BOOTSTRAP) --step cargotest
check-cargotest:
$(Q)$(BOOTSTRAP) --step check-cargotest
dist:
$(Q)$(BOOTSTRAP) --step dist

Expand Down

0 comments on commit c7049f6

Please sign in to comment.