From 126288502f64e1959e82bcab21c107f7fbee8f68 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 15 Dec 2015 19:53:30 +0000 Subject: Finish report practical 2 --- Practical2/report/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Practical2/report/Makefile (limited to 'Practical2/report/Makefile') diff --git a/Practical2/report/Makefile b/Practical2/report/Makefile new file mode 100644 index 0000000..6f88cef --- /dev/null +++ b/Practical2/report/Makefile @@ -0,0 +1,14 @@ +TEX=pdflatex +OBJS=report.pdf report-print.pdf + +all: + latexmk -pdf -pdflatex="pdflatex -shell-escape" report.tex + pdflatex -shell-escape '\input{report-print}\input{report}' + pdflatex -shell-escape '\input{report-print}\input{report}' + +clean: + for pdf in $(OBJS); do latexmk -cd -c "$$pdf"; done + +FORCE: + + -- cgit v1.2.3