blob: b3538cfb0e1329833fdd6e15b9614f36bb829eed (
plain)
1
2
3
4
|
all:
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:
rm -r build/*
|