1
0
mirror of git://projects.qi-hardware.com/kicad-libs.git synced 2024-07-02 13:53:17 +03: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:
Werner Almesberger 2012-06-11 07:10:45 -03:00
parent dc51a1b938
commit 49fa1abace

View File

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