summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilipp Le <philipp-le-prviat@freenet.de>2020-05-02 02:46:09 +0200
committerPhilipp Le <philipp-le-prviat@freenet.de>2021-03-04 01:14:10 +0100
commit0809568ab788464f063d7d9165bc41fd8d24a5c3 (patch)
tree89c27cd5db64f9b67fbd7f484e16a6bb1f7932b1 /Makefile
parentad78d6ae088f89eb22c469be844fc16e39df0043 (diff)
downloaddcs-lecture-notes-0809568ab788464f063d7d9165bc41fd8d24a5c3.zip
dcs-lecture-notes-0809568ab788464f063d7d9165bc41fd8d24a5c3.tar.gz
dcs-lecture-notes-0809568ab788464f063d7d9165bc41fd8d24a5c3.tar.bz2
WIP: Chapter signals and systems
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b14be7..34e06e8 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ BUILD_DIR = build
LATEXMK = latexmk -pdf -silent -synctex=1
LATEXMK_PVC = $(LATEXMK) -pvc
-ALL_TARGETS = $(BUILD_DIR)/chapter00.pdf $(BUILD_DIR)/chapter01.pdf
+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: $(ALL_TARGETS)