From: Phil Holmes Date: Sun, 24 Jul 2011 16:35:10 +0000 (+0100) Subject: Creates make bin command X-Git-Tag: release/2.15.6-1~2^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=069c6d1c87a5b426efb396361096b157311c348e;p=lilypond.git Creates make bin command --- 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"