aboutsummaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-08-01 20:31:04 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-08-01 20:31:04 +0200
commit57dd14bd7e7b0dfea45439fd700c5a9d08784796 (patch)
tree6d95e82487ab5e668d070ae47350c5c0c4f324e0 /GNUmakefile
parentb9ca5406b552b3d0d7fbb2e6b46476a2f0ac4b05 (diff)
Add a ‘debug’ target
Diffstat (limited to 'GNUmakefile')
-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