diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-09-16 10:46:44 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-09-16 10:46:44 +0200 |
commit | ad03b66af9ca51ffee0e9513b97ded6f2225bd86 (patch) | |
tree | 2d4dd8bd85726d2187b7a7eee7ec7307bc7d06b7 /cover/Makefile | |
parent | fix some typos (diff) | |
download | SeminarMatrizen-ad03b66af9ca51ffee0e9513b97ded6f2225bd86.tar.gz SeminarMatrizen-ad03b66af9ca51ffee0e9513b97ded6f2225bd86.zip |
cleanup
Diffstat (limited to '')
-rw-r--r-- | cover/Makefile | 3 |
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 |