diff --git a/Makefile b/Makefile index b401ea4..79d5e59 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ pdf: pdf-no-bib: mkdir $(BUILD_DIR) -p - $(MAKE) pandoc + $(MAKE) pandoc-no-bib $(MAKE) tex # ----------------------------- # | PDF LATEX NO BIBLIOGRAPHY |