From d41c2fcdd9366fb3f1fcb11aceed919bfebbed61 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Mon, 6 Mar 2017 21:38:41 +0100 Subject: make: add support to "production" builds this is used by blogc-github-lambda and blogc-git-receiver. --- src/blogc-make/ctx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/blogc-make/ctx.h') diff --git a/src/blogc-make/ctx.h b/src/blogc-make/ctx.h index 8d87163..e36fa4c 100644 --- a/src/blogc-make/ctx.h +++ b/src/blogc-make/ctx.h @@ -31,6 +31,8 @@ typedef struct { typedef struct { char *blogc; char *blogc_runserver; + + bool production; bool verbose; bm_settings_t *settings; -- cgit v1.2.3-18-g5258