aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-09-16 10:46:44 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-09-16 10:46:44 +0200
commitad03b66af9ca51ffee0e9513b97ded6f2225bd86 (patch)
tree2d4dd8bd85726d2187b7a7eee7ec7307bc7d06b7
parentfix some typos (diff)
downloadSeminarMatrizen-ad03b66af9ca51ffee0e9513b97ded6f2225bd86.tar.gz
SeminarMatrizen-ad03b66af9ca51ffee0e9513b97ded6f2225bd86.zip
cleanup
-rw-r--r--cover/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cover/Makefile b/cover/Makefile
index d0f0780..773f740 100644
--- a/cover/Makefile
+++ b/cover/Makefile
@@ -33,7 +33,8 @@ back-black.pdf: back-black.tex buchcover-black.pdf
pdflatex back-black.tex
matrix: matrix.cpp
- g++ -Wall -O2 -g -o matrix `pkg-config --cflags Magick++` matrix.cpp `pkg-config --libs Magick++`
+ g++ -Wall -O2 -g -o matrix `pkg-config --cflags Magick++` \
+ matrix.cpp `pkg-config --libs Magick++`
test: matrix
./matrix -w 500 -h 1080 blubb.png && open blubb.png
matrix-blue.png: matrix