From 5240c6b30219520ade484de481c7b47d86580f85 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Sun, 15 Mar 2015 12:56:38 +0000 Subject: [PATCH] Makefile: Add missing endquote --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6226bc4..0dd166a 100644 --- a/Makefile +++ b/Makefile @@ -344,7 +344,7 @@ help: @echo 'stage4 - Build a stage4 tarball' @echo 'software - Build software into a chroot' @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' @scripts/echo 'Images' @echo 'image - Build a raw VM image from stage4'