diff options
| author | Philipp Le <philipp-le-prviat@freenet.de> | 2020-05-26 01:47:58 +0200 |
|---|---|---|
| committer | Philipp Le <philipp-le-prviat@freenet.de> | 2021-03-04 01:31:57 +0100 |
| commit | 98a54697eb61f8737fcbf71e6f053008f691298b (patch) | |
| tree | 6fbfdb624b755f5417d16439b44723860741ea32 /Makefile | |
| parent | 7ee3734d2c2239ba125d37eaea2a5badc0ea0ed9 (diff) | |
| download | dcs-lecture-notes-98a54697eb61f8737fcbf71e6f053008f691298b.zip dcs-lecture-notes-98a54697eb61f8737fcbf71e6f053008f691298b.tar.gz dcs-lecture-notes-98a54697eb61f8737fcbf71e6f053008f691298b.tar.bz2 | |
Exercise 3 completed
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ LATEXMK = latexmk -pdf -silent -synctex=1 LATEXMK_PVC = $(LATEXMK) -pvc ALL_CHAPTERS = $(BUILD_DIR)/chapter00.pdf $(BUILD_DIR)/chapter01.pdf $(BUILD_DIR)/chapter02.pdf $(BUILD_DIR)/chapter03.pdf $(BUILD_DIR)/chapter04.pdf -ALL_EXERCISES = $(BUILD_DIR)/exercise00.pdf $(BUILD_DIR)/exercise01.pdf $(BUILD_DIR)/exercise02.pdf +ALL_EXERCISES = $(BUILD_DIR)/exercise00.pdf $(BUILD_DIR)/exercise01.pdf $(BUILD_DIR)/exercise02.pdf $(BUILD_DIR)/exercise03.pdf ALL_SVGS = $(BUILD_DIR)/svg/ch01_EM_Spectrum_Properties.pdf $(BUILD_DIR)/svg/ch01_Electromagnetic-Spectrum.pdf $(BUILD_DIR)/svg/ch01_NetworkTopologies.pdf $(BUILD_DIR)/svg/ch03_Conv_Corr_Auto.pdf COMMON_DEPS = common/settings.tex common/titlepage.tex common/acronym.tex common/imprint.tex DCS.bib |
