We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4a52f commit c33f360Copy full SHA for c33f360
0700_fava.md
@@ -56,9 +56,10 @@ L2B_CONFIG = scripts/ledger2beancount.yml
56
57
BEANCOUNT_FILE=reports/$(LEDGER_FILE).beancount
58
59
-beancount: $(BEANCOUNT_FILE)
+.PHONY: beancount
60
+beancount: $(BEANCOUNT_FILE) ## creates a beancount version of the ledger file
61
-fava: $(BEANCOUNT_FILE)
62
+fava: $(BEANCOUNT_FILE) ## runs fava on the beancount version of the ledger file
63
fava $(<)
64
65
$(BEANCOUNT_FILE): $(LEDGER_FILE) $(L2B_CONFIG)
0 commit comments