From d13bed232ccae60895f145963bfe9f1128049141 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 1 Mar 2019 00:22:00 +0000 Subject: [PATCH] add missing dep --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9e9dd15..da99ce3 100644 --- a/Makefile +++ b/Makefile @@ -27,8 +27,8 @@ opt.plag: maybe-rerun-optim map.plag $(PLANAR_GRAPH) Makefile faces.plag: opt.plag $(PLANAR_GRAPH) Makefile $(PLANAR_GRAPH) RF $< W-FACES $@.tmp && $i -test.ps: generate-board faces.plag input-graph - ./$^ $o +test.ps: generate-board faces.plag input-graph misc-data.pl + ./$(filter-out misc-data.pl,$^) $o #map.ps: map.dot # neato -Tps $^ $o -- 2.30.2