From a7c001d33e09211a95b0f29caffe2d5780ccf0e0 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 4 May 2019 19:21:29 +0200 Subject: 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. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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' -- cgit v1.2.3