mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-04-17 08:24:14 +02:00
Add example Makefile target
This commit is contained in:
parent
ce2a31e529
commit
3cac6e2c34
4
Makefile
4
Makefile
@ -42,6 +42,10 @@ nightly:
|
|||||||
--test --no-run-tests --bench --no-run-benchmarks \
|
--test --no-run-tests --bench --no-run-benchmarks \
|
||||||
--fast --pedantic
|
--fast --pedantic
|
||||||
|
|
||||||
|
.PHONY: example
|
||||||
|
example: build
|
||||||
|
stack exec yesod-auth-oauth2-example
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
stack clean
|
stack clean
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user