]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/generic-targets.make
Creates make bin command
[lilypond.git] / 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"