KiCad librarys separated from KiCad source code.
This commit is contained in:
parent
1b7a4dca20
commit
647aef38fe
429 changed files with 448406 additions and 0 deletions
11
modules/makefile
Normal file
11
modules/makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Install modules and 3d models
|
||||
include ../libs.linux
|
||||
|
||||
$(KICAD_MODULES):
|
||||
mkdir -p $(KICAD_MODULES)
|
||||
|
||||
install: $(KICAD_MODULES)
|
||||
cp *.brd *.equ *.mdc *.mod $(KICAD_MODULES)
|
||||
cp -R packages3d $(KICAD_MODULES)
|
||||
|
||||
.PHONY: $(TARGETS)
|
Loading…
Add table
Add a link
Reference in a new issue