From e4b2cb8bc72c498e49c663a6d6a9555a5479c18b Mon Sep 17 00:00:00 2001 From: Michael Bredel Date: Tue, 7 Nov 2017 15:26:20 +0100 Subject: [PATCH] Remove a test command. --- makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/makefile b/makefile index e208c35..013c04e 100644 --- a/makefile +++ b/makefile @@ -7,7 +7,6 @@ all: clean pdflatex ${MASTER}.tex test -f ${MASTER}-blx.bib && ( bibtex ${MASTER}; pdflatex ${MASTER}.tex ) pdflatex ${MASTER}.tex - ls -l ${MASTER}-blx.bib clean: @rm -rf *run.xml *-blx.bib *.aux *.bbl *.blg *.brf *.log *.lof *.lot *.lol *.out *.tcp *.toc *.tps *.bak *.backup *.pdfsync *.synctex.gz *.*~