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