[blam] build: add a "run" target



commit f2c3938faf7c8aec4785beb87b6708a174b96348
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Sun Jun 16 13:04:26 2013 +0200

    build: add a "run" target
    
    It uses the "--debug" flag when using Mono, so if any crashes happen,
    we can get line numbers.

 Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 7de65e6..22a9ef4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,6 +64,9 @@ DISTCLEANFILES = \
         $(desktop_files)        \
         $(schemas_DATA)
 
+run:
+       (cd src; $(MONO) --debug blam.exe)
+
 # Generate the ChangeLog from the git history
 ChangeLog:
        @if test -f $(top_srcdir)/.git/HEAD; then \


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