mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2024-11-25 18:56:14 +02:00
components/Makefile: target "missing" to list components missing in EXPAND
This commit is contained in:
parent
f602b3a690
commit
9aff31b821
@ -4,7 +4,7 @@
|
|||||||
# Note that we don't have the concept of a "library of everything" so far.
|
# Note that we don't have the concept of a "library of everything" so far.
|
||||||
#
|
#
|
||||||
|
|
||||||
.PHONY: all sch catalog clean spotless
|
.PHONY: all sch catalog missing clean spotless
|
||||||
|
|
||||||
all: sch
|
all: sch
|
||||||
|
|
||||||
@ -21,6 +21,9 @@ catalog: DESCR-dcm
|
|||||||
genex -p -L . EXPAND DESCR-dcm >catalog.pdf || \
|
genex -p -L . EXPAND DESCR-dcm >catalog.pdf || \
|
||||||
{ rm -f catalog.pdf; exit 1; }
|
{ rm -f catalog.pdf; exit 1; }
|
||||||
|
|
||||||
|
missing:
|
||||||
|
../scripts/missing-in-tree -L . EXPAND
|
||||||
|
|
||||||
#loe:
|
#loe:
|
||||||
# ./mkloe
|
# ./mkloe
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user