Makefile: Add missing endquote

This commit is contained in:
Albert Hopkins 2015-03-15 12:56:38 +00:00
parent df92b10200
commit 5240c6b302
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ help:
@echo 'stage4 - Build a stage4 tarball' @echo 'stage4 - Build a stage4 tarball'
@echo 'software - Build software into a chroot' @echo 'software - Build software into a chroot'
@echo 'clean - Unmount chroot and clean directory' @echo 'clean - Unmount chroot and clean directory'
@echo 'eclean - Clean outdated packages and distfiles @echo 'eclean - Clean outdated packages and distfiles'
@echo 'realclean - Clean and remove image files' @echo 'realclean - Clean and remove image files'
@scripts/echo 'Images' @scripts/echo 'Images'
@echo 'image - Build a raw VM image from stage4' @echo 'image - Build a raw VM image from stage4'