Add watch target in Makefile

This commit is contained in:
patrick brisbin 2020-08-23 13:38:45 -04:00
parent c939633a96
commit 2e3529cfdb

View File

@ -26,6 +26,12 @@ test:
--flag yesod-auth-oauth2:example \
--fast --pedantic --test
.PHONY: watch
watch:
stack build \
--flag yesod-auth-oauth2:example \
--fast --pedantic --test --file-watch
.PHONY: lint
lint: