Skip to content

Commit 2bb7cc9

Browse files
committed
update makefile
1 parent fa738f7 commit 2bb7cc9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,14 @@ 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+
3039
$(SERVICES):
3140
stack build --fast $@

0 commit comments

Comments
 (0)