summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 7 insertions, 3 deletions
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: