diff options
author | Joris | 2019-05-04 19:21:29 +0200 |
---|---|---|
committer | Joris | 2019-05-04 19:21:32 +0200 |
commit | a7c001d33e09211a95b0f29caffe2d5780ccf0e0 (patch) | |
tree | b953c892497185cbc7ebc2fbbadab89991ddbc5e /Makefile | |
parent | 23f04635cc26e1b0553088f28553f518488a9fc8 (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-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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' |