aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-make/ctx.h
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2018-07-26 20:28:40 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2018-07-26 20:28:40 +0200
commit69caadbe08b27188ac0ab3bd0e49bf3ee4f8244c (patch)
tree649d90a7adc1513fd2fbd3a4114a13e8709f452c /src/blogc-make/ctx.h
parentcc963f2478aa88c4b6fdb0159eb3cc0580784823 (diff)
downloadblogc-69caadbe08b27188ac0ab3bd0e49bf3ee4f8244c.tar.gz
blogc-69caadbe08b27188ac0ab3bd0e49bf3ee4f8244c.tar.bz2
blogc-69caadbe08b27188ac0ab3bd0e49bf3ee4f8244c.zip
make: allow custom atom templates
Diffstat (limited to 'src/blogc-make/ctx.h')
-rw-r--r--src/blogc-make/ctx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blogc-make/ctx.h b/src/blogc-make/ctx.h
index df512e1..8d82816 100644
--- a/src/blogc-make/ctx.h
+++ b/src/blogc-make/ctx.h
@@ -49,6 +49,7 @@ typedef struct {
bool dev;
bool verbose;
+ bool atom_template_tmp;
bm_settings_t *settings;