summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 259cfa8..25f3414 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@
all: main.pdf
+# silent structure,structures,pages,resolvers,open source,close source,loading,modules
%.pdf: %.tex
- context --nonstopmode $<
+ context --nonstopmode --silent='*' $<
mv $(notdir $@) $@