aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungsnotizen/bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vorlesungsnotizen/bin/Makefile')
-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