From 98f3e70ee19639bbeff11dd9eb921347eedc9843 Mon Sep 17 00:00:00 2001 From: "S. Hi" <128063668+blackborn66@users.noreply.github.com> Date: Thu, 6 Apr 2023 16:50:34 +0200 Subject: [PATCH] deleted double help entry --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 3ecb515..39a701d 100644 --- a/Makefile +++ b/Makefile @@ -147,7 +147,6 @@ help: @echo "make update- perform git pull for the given target" @echo "make sdk= install the sdk " @echo "make all-sdk install all sdks" - @echo "make info display some info" @echo "make l print the last log entry for each project" @echo "make b print the branch for each project" @echo "make r print the remote for each project"