mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2024-11-22 14:27:11 +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
|
||||
|
||||
all: sch
|
||||
all: $(GEN)
|
||||
|
||||
# @echo "make what ? targets: sch loe"
|
||||
# @exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user