From 1165f9b71952f908f6a02efc2a044586c86909cd Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 2 Mar 2019 18:24:02 +0000 Subject: [PATCH] a4-test --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index abc6d96..0169a4a 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ PLANAR_GRAPH=planar-graph default: all all: test.ps layout-test.ps \ + $(addprefix a4-test-,$(addsuffix .ps, b m t)) \ $(addprefix layout-test-,$(addsuffix .ps, b m t)) map.plag: generate-plag input-graph Parse.pm @@ -37,5 +38,8 @@ layout-test.ps: test.ps Makefile Parse.pm layout-test-%.ps: layout-test-prefix-%.ps layout-test.ps cat $^ $o +a4-test-%.ps: layout-test-prefix-%.ps test.ps + cat $^ $o + #map.ps: map.dot # neato -Tps $^ $o -- 2.30.2