change Makefile to also output JSON with comments
authorJacob Lifshay <programmerjake@gmail.com>
Wed, 23 Aug 2023 01:12:09 +0000 (18:12 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Wed, 23 Aug 2023 01:12:09 +0000 (18:12 -0700)
Makefile

index dc3444c0a4f62278fef28ea2e811bdafb9d74d82..d4b3a00335b04fa6cf5d763189d7b7420ca7a7db 100644 (file)
--- 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/* \