diff options
author | JODBaer <55744603+JODBaer@users.noreply.github.com> | 2022-08-19 09:27:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 09:27:07 +0200 |
commit | cd4073b945c8b6528b0249e2369a374e2ab217a8 (patch) | |
tree | 287b03e81f26ff89b184a9e0c47bccd8da4ac6e9 /buch/papers/kugel/Makefile | |
parent | FM save (diff) | |
parent | typos (diff) | |
download | SeminarSpezielleFunktionen-cd4073b945c8b6528b0249e2369a374e2ab217a8.tar.gz SeminarSpezielleFunktionen-cd4073b945c8b6528b0249e2369a374e2ab217a8.zip |
Merge branch 'AndreasFMueller:master' into master
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/ |