Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
build: Add missing periods
Browse files Browse the repository at this point in the history
Ensure all targets displayed in usage end with a fullstop.

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jodh-intel committed Feb 19, 2018
1 parent b9ef7bd commit c17c1f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -535,9 +535,9 @@ show-usage: show-header
@printf "\tdefault : same as just \"make\".\n"
@printf "\tgenerate-config : create configuration file.\n"
@printf "\tinstall : install files [2].\n"
@printf "\tinstall-$(CC_TYPE)-system : install using standard $(CC_PROJECT_NAME) system paths\n"
@printf "\tinstall-$(KATA_TYPE)-system : install using standard $(KATA_PROJECT_NAME) system paths\n"
@printf "\tshow-summary : show install locations\n"
@printf "\tinstall-$(CC_TYPE)-system : install using standard $(CC_PROJECT_NAME) system paths.\n"
@printf "\tinstall-$(KATA_TYPE)-system : install using standard $(KATA_PROJECT_NAME) system paths.\n"
@printf "\tshow-summary : show install locations.\n"
@printf "\n"
@printf " Notes:\n"
@printf "\n"
Expand Down

0 comments on commit c17c1f0

Please sign in to comment.