>From d68aa41b9abc61c05f32200c917afbfb28bf052b Mon Sep 17 00:00:00 2001
From: Phil Holmes <mail@philholmes.net>
Date: Sun, 24 Jul 2011 17:35:10 +0100
Subject: [PATCH] Creates make bin command

---
 stepmake/stepmake/generic-targets.make |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make
index dcb196c..fa7dc2e 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"
-- 
1.7.0.4

