From 57dd14bd7e7b0dfea45439fd700c5a9d08784796 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 1 Aug 2025 20:31:04 +0200 Subject: Add a ‘debug’ target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GNUmakefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') 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 -- cgit v1.2.3