summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8455a6a..f7412b5 100644
--- a/Makefile
+++ b/Makefile
@@ -19,5 +19,6 @@ fetch:
pull: tangle/pull.sh
tangle/pull.sh
+.SILENT: $(addprefix tangle/,$(dst_readme))
$(addprefix tangle/,$(dst_readme)) &: README.org
- emacs --batch --eval "(and (require 'org) (org-babel-tangle-file \"README.org\"))"
+ emacs --batch --eval "(and (require 'org) (org-babel-tangle-file \"README.org\"))" &> /dev/null