X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=report%2FMakefile;h=b12d7fdfc2a8bd42c75077b77c605bb310cfeaad;hb=d7cbb0161e668196585bc56735c1304205cd434e;hp=9426ffdf6207b3bad69159105d93e3861bbc886a;hpb=7a6f68e66540b385411554fa48f2c259590b5d7b;p=ssproject1617.git diff --git a/report/Makefile b/report/Makefile index 9426ffd..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)\ + $(RM) $(addprefix $(DOC).,aux log fmt toc bbl blg mlog run.xml out)\ $(DOC)-blx.bib logo.png + +clobber: clean + $(RM) $(DOC).pdf