diff --git a/exercises-toolbox/1-python/Makefile b/exercises-toolbox/1-python/Makefile index 661a5fc7..c0bd8ffb 100644 --- a/exercises-toolbox/1-python/Makefile +++ b/exercises-toolbox/1-python/Makefile @@ -2,7 +2,13 @@ include ../../common/common.mk include ../../common/loesung.py.mk include ../../common/generate_vorlage.mk -all: 5-readwrite/test.txt +all: 5-readwrite/test.txt example-report/v16516.pdf 5-readwrite/test.txt: 5-readwrite/loesung2.py.dummy @echo "Dies ist ein Beispiel" > 5-readwrite/test.txt + +example-report/v16516.pdf: | ../8-all/report-example/loesung/v16516/build/v16516.pdf + cp ../8-all/report-example/loesung/v16516/build/v16516.pdf example-report + +../8-all/report-example/loesung/v16516/build/v16516.pdf: + $(MAKE) -C ../8-all/report-example/loesung/v16516/ diff --git a/exercises-toolbox/8-all/report-example/Makefile-loesung b/exercises-toolbox/8-all/report-example/Makefile-loesung new file mode 100644 index 00000000..615f1166 --- /dev/null +++ b/exercises-toolbox/8-all/report-example/Makefile-loesung @@ -0,0 +1,2 @@ +all: + $(MAKE) -C loesung