X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=report%2FMakefile;h=b12d7fdfc2a8bd42c75077b77c605bb310cfeaad;hb=d7cbb0161e668196585bc56735c1304205cd434e;hp=42c9c528e7d4bcb4af3ee67e66a7d71ed7445c2f;hpb=692b8088663687165bd835eabfc8eb6565c34967;p=ssproject1617.git diff --git a/report/Makefile b/report/Makefile index 42c9c52..b12d7fd 100644 --- a/report/Makefile +++ b/report/Makefile @@ -5,7 +5,8 @@ LATEXFLAGS:=-file-line-error -halt-on-error -no-shell-escape TEXS:=$(wildcard *.tex) -.PHONY: all $(DOC).fmt +.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