diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |