From 7835706d922bccc9873eeee671ae119e51768daf Mon Sep 17 00:00:00 2001 From: Philipp Le Date: Sun, 3 May 2020 01:04:23 +0200 Subject: Completing chapter 0 --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 581abbc..421cbd1 100644 --- a/Makefile +++ b/Makefile @@ -5,13 +5,17 @@ LATEXMK = latexmk -pdf -silent -synctex=1 LATEXMK_PVC = $(LATEXMK) -pvc ALL_CHAPTERS = $(BUILD_DIR)/chapter00.pdf $(BUILD_DIR)/chapter01.pdf $(BUILD_DIR)/chapter02.pdf +ALL_EXERCISES = $(BUILD_DIR)/exercise00.pdf COMMON_DEPS = common/settings.tex common/titlepage.tex common/acronym.tex common/imprint.tex DCS.bib -all: chapters complete +all: chapters exercises complete .PHONY: chapters chapters: $(ALL_CHAPTERS) +.PHONY: exercises +exercises: $(ALL_EXERCISES) + .PHONY: complete complete: $(BUILD_DIR)/DCS.pdf -- cgit v1.1