aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9ab0169..77af9f8 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,9 @@ pdf:
pdflatex -output-directory build $(NAME).tex
pdflatex -output-directory build $(NAME).tex
+minify:
+ ps2pdf -dPrinted=false build/$(NAME).pdf build/$(NAME).min.pdf
+
html:
mkdir -p html