diff options
author | Joshua Baer <joshua.baer@ost.ch> | 2022-08-19 12:42:35 +0200 |
---|---|---|
committer | Joshua Baer <joshua.baer@ost.ch> | 2022-08-19 12:42:35 +0200 |
commit | 9333645ed4f17ff0e565fc68ee1a079a687cf93d (patch) | |
tree | 145840c7662b6017bc0dad7aa6cc536e4dcdb70b /buch/papers/kugel/Makefile | |
parent | another parts added (diff) | |
parent | Merge branch 'AndreasFMueller:master' into master (diff) | |
download | SeminarSpezielleFunktionen-9333645ed4f17ff0e565fc68ee1a079a687cf93d.tar.gz SeminarSpezielleFunktionen-9333645ed4f17ff0e565fc68ee1a079a687cf93d.zip |
Merge branch 'master' of github.com:JODBaer/SeminarSpezielleFunktionen
Diffstat (limited to 'buch/papers/kugel/Makefile')
-rw-r--r-- | buch/papers/kugel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/buch/papers/kugel/Makefile b/buch/papers/kugel/Makefile index f798a55..995206b 100644 --- a/buch/papers/kugel/Makefile +++ b/buch/papers/kugel/Makefile @@ -5,5 +5,6 @@ # images: - @echo "no images to be created in kugel" + $(MAKE) -C ./figures/povray/ + $(MAKE) -C ./figures/tikz/ |