1
0
mirror of git://projects.qi-hardware.com/kicad-libs.git synced 2024-06-28 04:58:54 +03:00

components/Makefile (missing): also check components.pro

This commit is contained in:
Werner Almesberger 2014-01-05 13:56:26 -03:00
parent d00f04ffa3
commit c4a877ab3f

View File

@ -40,6 +40,7 @@ upload: catalog.pdf
missing: $(GEN)
../scripts/missing-in-tree -L . HIERARCHY
../scripts/missing-in-tree -Q $(GEN:%=-x %) -L . components.pro
%.lib: %.pl
./$< >$@ || { rm -f $@; exit 1; }