comparison duart28c/src/Makefile @ 51:208ee1f4201c

duart28c/src/Makefile: U7.slotmap dependency was missed
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 29 Jul 2020 15:53:57 +0000
parents 5bdd24aae51e
children
comparison
equal deleted inserted replaced
50:5bdd24aae51e 51:208ee1f4201c
17 ueda-shortbom > $@ 17 ueda-shortbom > $@
18 18
19 sverp.unet: ${VSRCS} primitives Makefile 19 sverp.unet: ${VSRCS} primitives Makefile
20 ueda-sverp -o $@ ${VSRCS} 20 ueda-sverp -o $@ ${VSRCS}
21 21
22 bound.unet: MCL sverp.unet U5.slotmap U6.slotmap 22 bound.unet: MCL sverp.unet U5.slotmap U6.slotmap U7.slotmap
23 unet-bind -c sverp.unet $@ 23 unet-bind -c sverp.unet $@
24 24
25 pcb-netlist.txt: bound.unet 25 pcb-netlist.txt: bound.unet
26 unet2pcb bound.unet $@ 26 unet2pcb bound.unet $@
27 27