mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-04-12 14:19:03 +02:00
Add setup.tools to Makefile
This commit is contained in:
parent
b95eddf84c
commit
845d8e654e
4
Makefile
4
Makefile
@ -8,6 +8,10 @@ setup:
|
|||||||
setup.lint:
|
setup.lint:
|
||||||
stack install --copy-compiler-tool hlint weeder
|
stack install --copy-compiler-tool hlint weeder
|
||||||
|
|
||||||
|
.PHONY: setup.tools
|
||||||
|
setup.tools:
|
||||||
|
stack install --copy-compiler-tool brittany stylish-haskell fast-tags
|
||||||
|
|
||||||
.PHONY: dependencies
|
.PHONY: dependencies
|
||||||
dependencies:
|
dependencies:
|
||||||
stack build \
|
stack build \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user