diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-01 20:31:04 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-01 20:31:04 +0200 |
commit | 57dd14bd7e7b0dfea45439fd700c5a9d08784796 (patch) | |
tree | 6d95e82487ab5e668d070ae47350c5c0c4f324e0 | |
parent | b9ca5406b552b3d0d7fbb2e6b46476a2f0ac4b05 (diff) |
Add a ‘debug’ target
-rw-r--r-- | GNUmakefile | 5 |
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 |