From 9b31358eafcb2d635c798f04a3349a1f5de95a2e Mon Sep 17 00:00:00 2001 From: Christopher Spinrath <christopher.spinrath@rwth-aachen.de> Date: Tue, 30 Sep 2014 13:41:09 +0200 Subject: [PATCH] help: rephrase "how to run make" to "...run lipck" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1961c47..c6d28de 100644 --- a/Makefile +++ b/Makefile @@ -274,7 +274,7 @@ help: @echo "Workspace: $(WORKSPACE)" @echo "You may specify the Architecture by setting ARCH=" @echo - @echo "=== How to run make ===" + @echo "=== How to run lipck ===" @echo "0. Run make config as user e.g. \"\$$ make WORKSPACE=/media/drivewithspace config\"." @echo "1. Optional: Run \"make image_skel_file\" to obtain an empty image file." @echo " You may specify the target file with IMAGE_FILE=" -- GitLab