From bdc4323142fe07bffe581fc1595e1e0bab0f8f8a Mon Sep 17 00:00:00 2001 From: Philipp Le Date: Sun, 3 May 2020 00:04:47 +0200 Subject: Adding references --- Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 34e06e8..581abbc 100644 --- a/Makefile +++ b/Makefile @@ -4,11 +4,15 @@ BUILD_DIR = build LATEXMK = latexmk -pdf -silent -synctex=1 LATEXMK_PVC = $(LATEXMK) -pvc -ALL_TARGETS = $(BUILD_DIR)/chapter00.pdf $(BUILD_DIR)/chapter01.pdf $(BUILD_DIR)/chapter02.pdf -COMMON_DEPS = common/settings.tex common/titlepage.tex common/acronym.tex common/imprint.tex +ALL_CHAPTERS = $(BUILD_DIR)/chapter00.pdf $(BUILD_DIR)/chapter01.pdf $(BUILD_DIR)/chapter02.pdf +COMMON_DEPS = common/settings.tex common/titlepage.tex common/acronym.tex common/imprint.tex DCS.bib -all: $(ALL_TARGETS) +all: chapters complete +.PHONY: chapters +chapters: $(ALL_CHAPTERS) + +.PHONY: complete complete: $(BUILD_DIR)/DCS.pdf clean: -- cgit v1.1