From f07eb42aa6df9452f3fc96d0907c010d140097ce Mon Sep 17 00:00:00 2001
From: Hong-Phuc Bui <hong-phuc.bui@htwsaar.de>
Date: Thu, 18 Apr 2024 12:07:26 +0200
Subject: [PATCH] update

---
 python-typing/python-typing.handout.pdf      |    0 
 python-typing/python-typing.presentation.pdf |    0 
 python-typing/Makefile                       |   14 ++++----------
 3 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/python-typing/Makefile b/python-typing/Makefile
index 71fd5a1..ace7a08 100644
--- a/python-typing/Makefile
+++ b/python-typing/Makefile
@@ -12,19 +12,14 @@
 exclude := python-typing.tex
 tex := $(wildcard *.tex)
 tex := $(filter-out $(exclude), $(tex))
-chapters := $(wildcard chap/*.tex)
 pdf := $(tex:.tex=.pdf)
 
-tikz := $(wildcard tikz/*.tex)
-tikz_pdf = $(tikz:.tex=.pdf)
 
-EXERCISES := exercises
-TIKZ := tikz
 
 all: $(pdf) 
 
 
-%.pdf: %.tex
+%.pdf: %.tex $(exclude)
 	$(LATEX) $(LATEX_OPT) $<
 	if [ -f $(<:.tex=.bcf) ]; then touch $(<); $(BIBTEX) $(BIBTEX_OPT) $(<:.tex=); fi
 	$(LATEX) $(LATEX_OPT) $<
@@ -34,9 +29,7 @@
 
 clean:
 	rm -fv *.aux *.out *.bbl *.blg *.pytxcode *.toc *.loe *.thm *.nav *.bcf *.tdo *.log *.run.xml *.snm *.vrb *.synctex.gz *.fls
-	rm -fv chap/*.aux
 	rm -rfv _minted-*
-	make -C $(EXERCISES) clean
 
 clean-latexmk:
 	rm -rfv *.fdb_latexmk
@@ -50,5 +43,6 @@
 	make clean
 	make clean-latexmk
 	make clean-target
-	make -C $(EXERCISES) clean-all
-	make -C $(TIKZ) clean-all
+
+
+
diff --git a/python-typing/python-typing.handout.pdf b/python-typing/python-typing.handout.pdf
index f52062c..49ae66c 100644
--- a/python-typing/python-typing.handout.pdf
+++ b/python-typing/python-typing.handout.pdf
Binary files differ
diff --git a/python-typing/python-typing.presentation.pdf b/python-typing/python-typing.presentation.pdf
index f9b3e33..60f835b 100644
--- a/python-typing/python-typing.presentation.pdf
+++ b/python-typing/python-typing.presentation.pdf
Binary files differ

--
Gitblit v1.10.0-SNAPSHOT