diff options
author | haddoucher <reda.haddouche@ost.ch> | 2022-08-22 14:43:20 +0200 |
---|---|---|
committer | haddoucher <reda.haddouche@ost.ch> | 2022-08-22 14:43:20 +0200 |
commit | d80e30b37d3b51fc4d47229fb3e88610fbc7a476 (patch) | |
tree | 8c8808681616d4ed3cb9ac5e088c28df4139a761 /buch/papers/kugel/Makefile | |
parent | Einleitung (diff) | |
download | SeminarSpezielleFunktionen-d80e30b37d3b51fc4d47229fb3e88610fbc7a476.tar.gz SeminarSpezielleFunktionen-d80e30b37d3b51fc4d47229fb3e88610fbc7a476.zip |
neuste Version
Diffstat (limited to '')
-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/ |