Update 'Makefile'

This commit is contained in:
Fl1tzi 2023-05-25 13:24:30 +00:00
parent 76112c3f7d
commit ddaec40548
1 changed files with 4 additions and 4 deletions

View File

@ -3,10 +3,10 @@ FILE=content
pdf:
mkdir $(BUILD_DIR) -p
$(MAKE) pandoc
$(MAKE) tex
$(MAKE) biber
$(MAKE) tex
$(MAKE) pandoc || true
$(MAKE) tex || true
$(MAKE) biber || true
$(MAKE) tex || true
# -------------------
# | PDF LATEX |
# -------------------