aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d82dd9..39c579c 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,10 @@ build:
$(GO_BUILD) -o $(OUT) $(SERVER)
run: sass
- $(GO_RUN) $(SERVER)
+ $(GO_RUN) $(SERVER) \
+ --log-level error \
+ --aes-key=6368616e676520746869732070617373 \
+ --root=${HOME} \
sass:
@mkdir -p static