From d5a47c9acbb607f6c6871e8a32a652a2893ab4c8 Mon Sep 17 00:00:00 2001 From: limengyu1990 Date: Fri, 7 Feb 2020 18:05:46 +0800 Subject: [PATCH] updade makefile --- Makefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Makefile b/Makefile index fc468a2..51f4d30 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SERVICES ?= $(wildcard amazonka-*) -LIBRARIES ?= core amazonka elb redshift route53 test $(SERVICES) +LIBRARIES ?= core amazonka test $(SERVICES) FORWARD := upload upload-docs build: @@ -27,14 +27,5 @@ amazonka: core: stack build --fast amazonka-core -elb: - stack build --fast amazonka-elb - -redshift: - stack build --fast amazonka-redshift - -route53: - stack build --fast amazonka-route53 - $(SERVICES): stack build --fast $@