Skip to content
Snippets Groups Projects
Commit 5c6971c0 authored by Martin Morgenstern's avatar Martin Morgenstern
Browse files

Replace ./run with a working Makefile

parent fdc6458c
Branches
No related tags found
1 merge request!1improvements suggested by martin
target clean:
latexmk -C
rm *.bbl *.tdo *.bpn *.run.xml
target:
`pwd`/run
.PHONY: all
all:
latexmk thesis
.PHONY: clean
clean:
latexmk -C
#!/bin/sh
latexmk -pdf thesis.tex
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment