mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2024-11-22 19:14:08 +02:00
components/Makefile: "make" now generates instead of running "make sch"
At the moment, we generate gencon.lib, but there may be more in the future.
This commit is contained in:
parent
dc51a1b938
commit
49fa1abace
@ -8,7 +8,7 @@ GEN = gencon.lib
|
|||||||
|
|
||||||
.PHONY: all sch catalog view upload missing clean spotless
|
.PHONY: all sch catalog view upload missing clean spotless
|
||||||
|
|
||||||
all: sch
|
all: $(GEN)
|
||||||
|
|
||||||
# @echo "make what ? targets: sch loe"
|
# @echo "make what ? targets: sch loe"
|
||||||
# @exit 1
|
# @exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user