added endings to make tex

This commit is contained in:
2025-05-12 22:25:36 +02:00
parent 97e047baf9
commit fd199db29c

View File

@@ -17,11 +17,12 @@ all: linux-24.pdf
$(BIB) $* $(BIB) $*
$(LATEX) $* $(LATEX) $*
# Überprüfe auf "undefined references" im Log-File # check if "undefined references" in Log-File
@if grep -q "undefined references" $*.log; then \ # using shell commands
if grep -q "undefined references" $*.log; then \
$(LATEX) $*; \ $(LATEX) $*; \
fi fi
# remove all created files # remove all created files
clean: clean:
rm -f *.pdf *.aux *.log *.bbl *.blg rm -f *.pdf *.aux *.log *.bbl *.blg *.fdb_latexmk *.fls *.synctex.gz