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 2ab6ba2..9a926ec 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,10 @@ build:
@stack build
@stack exec cooking build
+deploy:
+ @make build
+ @stack exec cooking deploy
+
watch:
@nodemon --watch src -e hs --exec 'make watch-command --silent'