default: build
build: thesis
clean: thesis-clean
alias t := thesis
thesis:
cd thesis/; latexmk -bibtex -pdf
alias tw := thesis-watch
thesis-watch:
cd thesis/; latexmk -bibtex -pdf -pvc
alias tc := thesis-clean
thesis-clean:
cd thesis/; latexmk -c
run-all-tests:
echo "TODO: run the tests!!"