diff --git a/Makefile b/Makefile index f42132f..19206c7 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ PANDOC?=pandoc finance-md: ( \ echo 'Finances of the Plain Text Accounting org.'; \ - echo ''; \ + echo ''; \ echo ; \ hledger -f finance/pta.journal bs -O html; \ echo ; \