summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0338a34..b3538cf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,4 @@
all:
- latexmk -pdf tcr
+ cd content; latexmk -pdf tcr -output-directory=.. -aux-directory=../build/ -usepretex="\newcommand{\gitorigin}{https://github.com/mzuenni/ContestReference/tree/$(shell git branch --show-current)/content/}"
clean:
- latexmk -c tcr
- rm -f *.thm
+ rm -r build/*