diff options
author | Marc Sunet <msunet@shellblade.net> | 2022-06-23 18:56:57 -0700 |
---|---|---|
committer | Marc Sunet <msunet@shellblade.net> | 2022-06-23 18:56:57 -0700 |
commit | d4d84599f819031fa9d6e2e3c6d5e2b382dc1397 (patch) | |
tree | 268f01e9f8d1757c46eaec6397991a8bf0c36d79 | |
parent | 69f4a7805f79a57732ca0d9c5e000815fe37bb51 (diff) |
-rw-r--r-- | webgen.janet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webgen.janet b/webgen.janet index 119c1d6..eafb356 100644 --- a/webgen.janet +++ b/webgen.janet | |||
@@ -107,5 +107,5 @@ | |||
107 | (def variables (read-map-file (path/join src-dir variables-file))) | 107 | (def variables (read-map-file (path/join src-dir variables-file))) |
108 | (def processor (make-processor src-dir build-dir template variables)) | 108 | (def processor (make-processor src-dir build-dir template variables)) |
109 | # For clean builds, re-create the build directory. | 109 | # For clean builds, re-create the build directory. |
110 | (filesystem/recreate-directory build-dir) | 110 | (filesystem/recreate-directories build-dir) |
111 | (process-files processor src-dir build-dir)) | 111 | (process-files processor src-dir build-dir)) |