Skip to content

Commit d5a47c9

Browse files
committed
updade makefile
1 parent a95d25e commit d5a47c9

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

Makefile

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SERVICES ?= $(wildcard amazonka-*)
2-
LIBRARIES ?= core amazonka elb redshift route53 test $(SERVICES)
2+
LIBRARIES ?= core amazonka test $(SERVICES)
33
FORWARD := upload upload-docs
44

55
build:
@@ -27,14 +27,5 @@ amazonka:
2727
core:
2828
stack build --fast amazonka-core
2929

30-
elb:
31-
stack build --fast amazonka-elb
32-
33-
redshift:
34-
stack build --fast amazonka-redshift
35-
36-
route53:
37-
stack build --fast amazonka-route53
38-
3930
$(SERVICES):
4031
stack build --fast $@

0 commit comments

Comments
 (0)