From 66e5965239a1303b794d1b5b13632fc82b40b705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathan=20R=C3=A9biscoul?= <nathan.rebiscoul38@gmail.com> Date: Thu, 4 Jul 2019 15:58:47 +0200 Subject: [PATCH] Correct coloring/Makefile mistake --- test/coloring/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/coloring/Makefile b/test/coloring/Makefile index b2d24bc3..6fdf3404 100644 --- a/test/coloring/Makefile +++ b/test/coloring/Makefile @@ -2,7 +2,7 @@ test: p.cmxs ring.lut lurette - $(sasa) 200 ring.dot + $(sasa) -l 200 ring.dot cmxs: p.cmxs p.cma -- GitLab