From 069c6d1c87a5b426efb396361096b157311c348e Mon Sep 17 00:00:00 2001 From: Phil Holmes Date: Sun, 24 Jul 2011 17:35:10 +0100 Subject: [PATCH 1/1] Creates make bin command --- stepmake/stepmake/generic-targets.make | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make index dcb196c4dc..fa7dc2e104 100644 --- a/stepmake/stepmake/generic-targets.make +++ b/stepmake/stepmake/generic-targets.make @@ -4,6 +4,9 @@ all: default $(LOOP) +bin: + $(MAKE) PACKAGE=$(PACKAGE) package=$(package) -C lily + man: $(LOOP) @@ -68,6 +71,7 @@ help: generic-help local-help @echo @echo "Other generic targets:" @echo " default same as the empty target" + @echo " bin check the lily directory and rebuild lilypond.exe if needed" @echo " exe update all executables" @echo " help this help" @echo " lib update all libraries" -- 2.39.2