From 49fa1abacef0bb1ec9c095a9a5e2746a65c08035 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Mon, 11 Jun 2012 07:10:45 -0300 Subject: [PATCH] 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. --- components/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Makefile b/components/Makefile index 1724e19..d42ca4e 100644 --- a/components/Makefile +++ b/components/Makefile @@ -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