mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-04-20 01:44:14 +02:00
Really use the same flags
This commit is contained in:
parent
f595aed116
commit
8cf5fd1761
4
Makefile
4
Makefile
@ -3,7 +3,9 @@ all: setup build test lint
|
|||||||
.PHONY: setup
|
.PHONY: setup
|
||||||
setup:
|
setup:
|
||||||
stack setup $(STACK_ARGUMENTS)
|
stack setup $(STACK_ARGUMENTS)
|
||||||
stack build $(STACK_ARGUMENTS) --dependencies-only --test --no-run-tests
|
stack build $(STACK_ARGUMENTS) \
|
||||||
|
--flag yesod-auth-oauth2:example \
|
||||||
|
--dependencies-only --test --no-run-tests
|
||||||
stack install $(STACK_ARGUMENTS) hlint weeder
|
stack install $(STACK_ARGUMENTS) hlint weeder
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user