]> git.donarmstrong.com Git - lilypond.git/commitdiff
Creates make bin command
authorPhil Holmes <mail@philholmes.net>
Sun, 24 Jul 2011 16:35:10 +0000 (17:35 +0100)
committerGraham Percival <graham@percival-music.ca>
Mon, 25 Jul 2011 20:14:28 +0000 (13:14 -0700)
stepmake/stepmake/generic-targets.make

index dcb196c4dc13e4412d1766410e90157895ba818a..fa7dc2e104d4ad47ee60b891dd77ecdf75df8637 100644 (file)
@@ -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"