summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhorus_arch2015-03-20 23:16:27 +0100
committerhorus_arch2015-03-20 23:16:27 +0100
commit491462e033ae78a5b5c4f93ed8d5663e4da0a9e3 (patch)
treecdc82ee4c600a86ba6bc7b92a589b129a01c7429 /Makefile
parent17bea88eb3f6e2bc5f63641437a997cc8bd32881 (diff)
downloadfreemail-491462e033ae78a5b5c4f93ed8d5663e4da0a9e3.tar.gz
Fix bug which prevented creating a new entry.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6f3925b..cb4c7db 100644
--- a/Makefile
+++ b/Makefile
@@ -130,3 +130,5 @@ gen_config: _test_build
echo "export FREEMAIL_SMTP_PASSWORD=$(FREEMAIL_SMTP_PASSWORD)" >> _env.sh
echo "export FREEMAIL_SMTP_ADRESS=$(FREEMAIL_SMTP_ADRESS)" >> _env.sh
@chmod +x _env.sh
+
+restart: kill build run