X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=report%2FMakefile;h=b12d7fdfc2a8bd42c75077b77c605bb310cfeaad;hb=7a5909889b041e259c51a98a4d3ae450d91a5c0b;hp=9ba9f50698277e20630cf2bc08056bcec67c8b86;hpb=6e5db13cb9fd5b7bb29f9cff186e0d0046affa98;p=ssproject1617.git diff --git a/report/Makefile b/report/Makefile index 9ba9f50..b12d7fd 100644 --- a/report/Makefile +++ b/report/Makefile @@ -6,6 +6,7 @@ LATEXFLAGS:=-file-line-error -halt-on-error -no-shell-escape TEXS:=$(wildcard *.tex) .PHONY: all +.SECONDARY: $(DOC).fmt all: $(DOC).pdf @@ -20,5 +21,8 @@ all: $(DOC).pdf $(LATEX) $(LATEXFLAGS) $< || true clean: - $(RM) $(addprefix $(DOC).,aux log fmt toc bbl blg mlog run.xml pdf out)\ + $(RM) $(addprefix $(DOC).,aux log fmt toc bbl blg mlog run.xml out)\ $(DOC)-blx.bib logo.png + +clobber: clean + $(RM) $(DOC).pdf