mirror of
https://github.com/garrettsworkshop/MacIIROMSIMM.git
synced 2025-02-16 11:30:30 +00:00
Fix naming in Makefile
This commit is contained in:
parent
f3d90fc7a1
commit
8e36035a4b
Binary file not shown.
Binary file not shown.
10
Makefile
10
Makefile
@ -4,9 +4,9 @@ LAYERS = F.Cu,In1.Cu,In2.Cu,B.Cu,F.Paste,F.SilkS,B.SilkS,F.Mask,B.Mask,Edge.Cuts
|
|||||||
F_PCB = $@/../MacIIROMSIMM.kicad_pcb
|
F_PCB = $@/../MacIIROMSIMM.kicad_pcb
|
||||||
F_SCH = $@/../MacIIROMSIMM.kicad_sch
|
F_SCH = $@/../MacIIROMSIMM.kicad_sch
|
||||||
F_POS = $@/MacIIROMSIMM-top-pos.csv
|
F_POS = $@/MacIIROMSIMM-top-pos.csv
|
||||||
F_ZIP = $@/MacIIROMSIMM.4402C-gerber.zip
|
F_ZIP = $@/MacIIROMSIMM.4402B-gerber.zip
|
||||||
F_SCHPDF = $@/MacIIROMSIMM.4402C-Schematic.pdf
|
F_SCHPDF = $@/MacIIROMSIMM.4402B-Schematic.pdf
|
||||||
F_PCBPDF = $@/MacIIROMSIMM.4402C-Placement.pdf
|
F_PCBPDF = $@/MacIIROMSIMM.4402B-Placement.pdf
|
||||||
|
|
||||||
|
|
||||||
OPT_GERBER = -l $(LAYERS) --subtract-soldermask --no-netlist --no-x2
|
OPT_GERBER = -l $(LAYERS) --subtract-soldermask --no-netlist --no-x2
|
||||||
@ -25,8 +25,8 @@ CMD_PCBPDF = pcb export pdf --black-and-white -l F.Fab,Edge.Cuts -o $(F_PCBPDF)
|
|||||||
all: gerber Documentation
|
all: gerber Documentation
|
||||||
clean:
|
clean:
|
||||||
rm -fr gerber/
|
rm -fr gerber/
|
||||||
rm -f Documentation/MacIIROMSIMM.4402C-Schematic.pdf
|
rm -f Documentation/MacIIROMSIMM.4402B-Schematic.pdf
|
||||||
rm -f Documentation/MacIIROMSIMM.4402C-Placement.pdf
|
rm -f Documentation/MacIIROMSIMM.4402B-Placement.pdf
|
||||||
|
|
||||||
gerber:
|
gerber:
|
||||||
mkdir -p $@
|
mkdir -p $@
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user