From ad03b66af9ca51ffee0e9513b97ded6f2225bd86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 16 Sep 2021 10:46:44 +0200 Subject: cleanup --- cover/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1