summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-04-16 08:53:52 +0100
committerYann Herklotz <git@yannherklotz.com>2022-04-16 08:53:52 +0100
commit2f86512a3141ad039c983f0233bb2c34ebf41bc2 (patch)
tree9cc775f6da4a4e02100ce5a4eb6246ba2d9d1ed2 /Makefile
parentc3ab05db6ae028cb06d7695c9c574042dc5ccdb2 (diff)
downloadlsr22_fvhls-2f86512a3141ad039c983f0233bb2c34ebf41bc2.tar.gz
lsr22_fvhls-2f86512a3141ad039c983f0233bb2c34ebf41bc2.zip
Add some more
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 $@) $@