mirror of
git://projects.qi-hardware.com/xue.git
synced 2025-04-21 12:27:27 +03:00
added footprint_review target
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user