diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-06-04 16:46:46 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-06-04 16:46:46 +0200 |
commit | 4752a00668c8de082d467bbdb8ba47f3cb0091b4 (patch) | |
tree | a3c3782662c1f8ee5e54c40eb9b9d62d30f90c74 /buch/papers/000template/Makefile | |
parent | add ideas file (diff) | |
download | SeminarSpezielleFunktionen-4752a00668c8de082d467bbdb8ba47f3cb0091b4.tar.gz SeminarSpezielleFunktionen-4752a00668c8de082d467bbdb8ba47f3cb0091b4.zip |
add basic file infrastructure for special function book
Diffstat (limited to 'buch/papers/000template/Makefile')
-rw-r--r-- | buch/papers/000template/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/buch/papers/000template/Makefile b/buch/papers/000template/Makefile new file mode 100644 index 0000000..9126d2d --- /dev/null +++ b/buch/papers/000template/Makefile @@ -0,0 +1,9 @@ +# +# Makefile -- make file for the paper 000template +# +# (c) 2020 Prof Dr Andreas Mueller +# + +images: + @echo "no images to be created in 000template" + |