aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 446fb18..f244010 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,10 @@ build:
@stack build
@stack exec personalPage build
+deploy:
+ @make build
+ @stack exec personalPage deploy
+
watch:
@nodemon --watch src -e hs --exec 'make watch-command --silent'