Add example Makefile target

This commit is contained in:
patrick brisbin 2020-08-20 12:11:23 -04:00
parent ce2a31e529
commit 3cac6e2c34
No known key found for this signature in database
GPG Key ID: 20299C6982D938FB

View File

@ -42,6 +42,10 @@ nightly:
--test --no-run-tests --bench --no-run-benchmarks \
--fast --pedantic
.PHONY: example
example: build
stack exec yesod-auth-oauth2-example
.PHONY: clean
clean:
stack clean