FreeCalypso > hg > fc-small-hw
view lunakpd1/pcb/Makefile @ 32:0ce4b2fb0f11
duart28 MCL: resistors captured
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 04 Jul 2020 23:37:47 +0000 |
parents | b3dffadff287 |
children |
line wrap: on
line source
ALL= gerbers.zip lunakpd1_pcb.ps lunakpd1_pcb.pdf EXPARG= all: ${ALL} .SUFFIXES: .ps .pdf .ps.pdf: ps2pdf $*.ps lunakpd1_pcb.ps: lunakpd1.pcb pcb -x ps --psfile $@ ${EXPARG} lunakpd1.pcb gerbers.d: lunakpd1.pcb -rm -rf $@ mkdir $@ pcb -x gerber --gerberfile gerbers.d/lunakpd1 ${EXPARG} lunakpd1.pcb gerbers.zip: gerbers.d -rm -f $@ cd gerbers.d; zip ../gerbers.zip * clean: rm -f *.ps *.pdf lunakpd1.pcb- rm -rf gerbers.*