aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 8bc236a..91b97a4 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -57,4 +57,7 @@ clean:
-or -name '*.tar.gz' \
\) -delete
-.PHONY: clean extract po release \ No newline at end of file
+debug:
+ ./euro-cash.eu -debug -no-email -db-name :memory:
+
+.PHONY: clean debug extract po release \ No newline at end of file