Skip to content

Commit

Permalink
updade makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
haskell-monad committed Feb 7, 2020
1 parent a95d25e commit d5a47c9
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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 $@

0 comments on commit d5a47c9

Please sign in to comment.