From fecf105ccb21fa0586d946ffa42d0e5998ec0d6c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 20 Dec 2010 01:16:21 +0000 Subject: [PATCH] pcb/Makefile: build points-pin-alloc.{lout,ps} by default --- pcb/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pcb/Makefile b/pcb/Makefile index ddff184..a0d885c 100644 --- a/pcb/Makefile +++ b/pcb/Makefile @@ -3,7 +3,8 @@ default: all recurse: all for-pic: netlists client: netlists -all: for-pic panel3.pcb +all: for-pic panel3.pcb \ + points-pin-alloc.lout points-pin-alloc.ps o=>$@.new && mv -f $@.new $@ -- 2.30.2