[banshee] [build] Add run-muinshee target



commit 7bcd83ad9ad4af2d2007a26e271f84fe2570ce00
Author: Alexander Kojevnikov <alexander kojevnikov com>
Date:   Sun Mar 7 12:50:19 2010 +1100

    [build] Add run-muinshee target

 Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 7718bdb..af72719 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,6 +63,9 @@ run: check-bootstrap-env $(MO_FILES)
 run-logged: check-bootstrap-env $(MO_FILES)
 	(cd bin; $(MONO) --debug $(BANSHEE_DEV_MONO_OPTIONS) Nereid.exe --debug --uninstalled $(BANSHEE_DEV_OPTIONS) | tee last-run-log)
 
+run-muinshee: check-bootstrap-env $(MO_FILES)
+	(cd bin; $(MONO) --debug $(BANSHEE_DEV_MONO_OPTIONS) Muinshee.exe --debug --uninstalled $(BANSHEE_DEV_OPTIONS))
+
 run-perf: run-logged
 	extras/perf-analyze-log bin/last-run-log
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]