summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilipp Le <philipp-le-prviat@freenet.de>2020-05-03 01:04:23 +0200
committerPhilipp Le <philipp-le-prviat@freenet.de>2021-03-04 01:14:10 +0100
commit7835706d922bccc9873eeee671ae119e51768daf (patch)
tree3c9320b59e65dbe9d4e62019f03b9808a9cd728a /Makefile
parentbdc4323142fe07bffe581fc1595e1e0bab0f8f8a (diff)
downloaddcs-lecture-notes-7835706d922bccc9873eeee671ae119e51768daf.zip
dcs-lecture-notes-7835706d922bccc9873eeee671ae119e51768daf.tar.gz
dcs-lecture-notes-7835706d922bccc9873eeee671ae119e51768daf.tar.bz2
Completing chapter 0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
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