diff options
author | LordMcFungus <mceagle117@gmail.com> | 2022-03-14 16:40:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 16:40:46 +0100 |
commit | 3e436682e822f424ddad2b6d908c464b4e645b07 (patch) | |
tree | 063fb8248cf0e95529c260df130297871dd4d3bf /buch/papers/dreieck/Makefile | |
parent | Name und Titel (diff) | |
parent | move command configuration to common/Makefile.inc (diff) | |
download | SeminarSpezielleFunktionen-3e436682e822f424ddad2b6d908c464b4e645b07.tar.gz SeminarSpezielleFunktionen-3e436682e822f424ddad2b6d908c464b4e645b07.zip |
Merge pull request #2 from AndreasFMueller/master
update
Diffstat (limited to 'buch/papers/dreieck/Makefile')
-rw-r--r-- | buch/papers/dreieck/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/buch/papers/dreieck/Makefile b/buch/papers/dreieck/Makefile new file mode 100644 index 0000000..f0cb602 --- /dev/null +++ b/buch/papers/dreieck/Makefile @@ -0,0 +1,9 @@ +# +# Makefile -- make file for the paper dreieck +# +# (c) 2020 Prof Dr Andreas Mueller +# + +images: + @echo "no images to be created in dreieck" + |