diff --git a/Makefile b/Makefile index abe6383..73adf6f 100644 --- a/Makefile +++ b/Makefile @@ -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: