chiark / gitweb /
more makefile fixes
authorian <ian>
Mon, 21 Nov 2005 00:19:42 +0000 (00:19 +0000)
committerian <ian>
Mon, 21 Nov 2005 00:19:42 +0000 (00:19 +0000)
layout/Makefile
pcb/Makefile

index e0f5c06b3c9eef34f4ce0b23d79d625a47618d39..7beefbad998be4125e182ae51df980dd49c84982 100644 (file)
@@ -23,7 +23,7 @@ CPROGS=               subseg2display compose-segenco
 
 default:       $(CPROGS) for-test-ui
 for-pic:       ours-pindata.asm
-recurse:       $(CPROGS) for-pic
+recurse:       $(CPROGS) for-pic for-test-ui
 all:           default lpages layers extras
 for-test-ui:   ours.graph.c ours.redactgraph ours.raw.neato.ps \
                ours.redacted.neato.ps ours.layout-data.o \
index 7f6c304ad5b39bc7de09037b399fbb4000879097..43108b6d58d652cc344ba32df2551ddecd88985a 100644 (file)
@@ -1,7 +1,8 @@
 
-default:       netlists
+default:       all
+recurse:       all
 for-pic:       netlists
-all:           default layers panel3.pcb
+all:           for-pic panel3.pcb
 
 o=>$@.new && mv -f $@.new $@