1
0
mirror of git://projects.qi-hardware.com/kicad-libs.git synced 2024-06-28 09:36:24 +03:00

components/Makefile: target "missing" to list components missing in EXPAND

This commit is contained in:
Werner Almesberger 2012-04-17 22:19:40 -03:00
parent f602b3a690
commit 9aff31b821

View File

@ -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