mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2024-11-08 00:08:25 +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.
|
||||
#
|
||||
|
||||
.PHONY: all sch catalog clean spotless
|
||||
.PHONY: all sch catalog missing clean spotless
|
||||
|
||||
all: sch
|
||||
|
||||
@ -21,6 +21,9 @@ catalog: DESCR-dcm
|
||||
genex -p -L . EXPAND DESCR-dcm >catalog.pdf || \
|
||||
{ rm -f catalog.pdf; exit 1; }
|
||||
|
||||
missing:
|
||||
../scripts/missing-in-tree -L . EXPAND
|
||||
|
||||
#loe:
|
||||
# ./mkloe
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user