From 0d95774b1dc4ece5b7c727e658547364b8f0c038 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Tue, 22 Aug 2023 18:12:09 -0700 Subject: [PATCH] change Makefile to also output JSON with comments --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc3444c..d4b3a00 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHANTOM: build upload clean build: - nohup budget-sync -c budget-sync-config.toml -o task_db/mdwn > task_db/report.mdwn + nohup budget-sync -c budget-sync-config.toml -o task_db/mdwn --comments > task_db/report.mdwn upload: build rsync -HPavz -e 'ssh -p 922' --delete task_db/* \ -- 2.30.2