projects
/
utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
027929c
)
change Makefile to also output JSON with comments
author
Jacob Lifshay
<programmerjake@gmail.com>
Wed, 23 Aug 2023 01:12:09 +0000
(18:12 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Wed, 23 Aug 2023 01:12:09 +0000
(18:12 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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/* \