From 36e30b7263e59acd8b4cc20d8fdf8362319e9ab7 Mon Sep 17 00:00:00 2001 From: christian <christian.steinhaus@rwth-aachen.de> Date: Tue, 7 Oct 2014 16:10:49 +0200 Subject: [PATCH] Grammatik in help korrigiert --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 406f83e..0f66103 100644 --- a/Makefile +++ b/Makefile @@ -281,7 +281,7 @@ help: @echo " If you have mounted an image/partition (e.g. an empty image created in 1.) set IMAGE_DIR to the mount point," @echo " (e.g. \"# make IMAGE_DIR=/your/mountpoint image\") to update it." @echo - @echo "There is a list of all available phony targets is available under \"make listall\"" + @echo "There is a list of all phony targets available under \"make listall\"" listall: @echo "Available targets: " -- GitLab