aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungsnotizen/bin/Makefile
diff options
context:
space:
mode:
authorLordMcFungus <mceagle117@gmail.com>2022-03-08 15:04:08 +0100
committerGitHub <noreply@github.com>2022-03-08 15:04:08 +0100
commit83df2bd525918600dd37f10b0abeacb8e397c54d (patch)
tree4960c853c60a4e2237c8ec17ba4c4668c5089509 /vorlesungsnotizen/bin/Makefile
parentimprove slides (diff)
parentfix buchcover (diff)
downloadSeminarSpezielleFunktionen-83df2bd525918600dd37f10b0abeacb8e397c54d.tar.gz
SeminarSpezielleFunktionen-83df2bd525918600dd37f10b0abeacb8e397c54d.zip
Merge pull request #1 from AndreasFMueller/master
update
Diffstat (limited to '')
-rw-r--r--vorlesungsnotizen/bin/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/vorlesungsnotizen/bin/Makefile b/vorlesungsnotizen/bin/Makefile
new file mode 100644
index 0000000..e3feff8
--- /dev/null
+++ b/vorlesungsnotizen/bin/Makefile
@@ -0,0 +1,12 @@
+#
+# Makefile to build numbering script
+#
+# (c) 2022 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+#
+numberpages: numberpages.cpp
+ c++ -std=c++11 -g -Wall -o numberpages numberpages.cpp
+
+test: numberpages
+ ./numberpages --debug --section "Komplexe Funktionentheorie" \
+ --force \
+ "../MSE/1 - Komplexe Funktionen.pdf" blubb.pdf