aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoris2019-05-04 19:21:29 +0200
committerJoris2019-05-04 19:21:32 +0200
commita7c001d33e09211a95b0f29caffe2d5780ccf0e0 (patch)
treeb953c892497185cbc7ebc2fbbadab89991ddbc5e /Makefile
parent23f04635cc26e1b0553088f28553f518488a9fc8 (diff)
Translate to english
Put aside french translation, it will be considered afterward to show a french version along the english version. For now, the page will be english only.
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'