From 4ad218b5710659899ba842da5a597db5052f2d4d Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 12 Feb 2017 23:44:52 +0100 Subject: blogc-make: implemented automatic reloader for runserver rule this is not the best implementation possible, but it works for most use cases --- src/blogc-make/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/blogc-make/main.c') diff --git a/src/blogc-make/main.c b/src/blogc-make/main.c index 1e43580..98d4cc7 100644 --- a/src/blogc-make/main.c +++ b/src/blogc-make/main.c @@ -104,7 +104,7 @@ main(int argc, char **argv) rules = bc_slist_append(rules, bc_strdup("all")); } - ctx = bm_ctx_new(blogcfile ? blogcfile : "blogcfile", &err); + ctx = bm_ctx_new(NULL, blogcfile ? blogcfile : "blogcfile", &err); if (err != NULL) { bc_error_print(err, "blogc-make"); rv = 3; -- cgit v1.2.3-18-g5258