Skip to content

Commit

Permalink
add Makefiles for the report-example
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyJosh committed Sep 22, 2024
1 parent 07d1588 commit 2b62abe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion exercises-toolbox/1-python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 2 additions & 0 deletions exercises-toolbox/8-all/report-example/Makefile-loesung
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
all:
$(MAKE) -C loesung

0 comments on commit 2b62abe

Please sign in to comment.