mirror of
git://projects.qi-hardware.com/xue.git
synced 2024-12-26 08:45:10 +02:00
added footprint_review target
This commit is contained in:
parent
db5dd9012c
commit
a0e0473c75
11
Makefile
11
Makefile
@ -2,6 +2,8 @@ all:
|
|||||||
@echo Usage:
|
@echo Usage:
|
||||||
@echo make dsv
|
@echo make dsv
|
||||||
@echo make sch
|
@echo make sch
|
||||||
|
@echo make brd
|
||||||
|
@echo make footprint_review
|
||||||
|
|
||||||
dsv:
|
dsv:
|
||||||
dsv setup BOOKSHELF
|
dsv setup BOOKSHELF
|
||||||
@ -11,3 +13,12 @@ sch:
|
|||||||
|
|
||||||
brd:
|
brd:
|
||||||
cd xue-rnc && pcbnew xue-rnc.brd
|
cd xue-rnc && pcbnew xue-rnc.brd
|
||||||
|
|
||||||
|
footprint_review: modules/all_footprints.pdf
|
||||||
|
@xpdf $^
|
||||||
|
|
||||||
|
modules/all_footprints.pdf: modules/*.fpd
|
||||||
|
@fpd2pdf -o $@ $^
|
||||||
|
|
||||||
|
clean:
|
||||||
|
@rm -f modules/all_footprints.pdf
|
||||||
|
1
modules/.gitignore
vendored
Normal file
1
modules/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
all_footprints.pdf
|
Loading…
Reference in New Issue
Block a user