diff options
Diffstat (limited to 'compiler/app/Main.hs')
-rw-r--r-- | compiler/app/Main.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/app/Main.hs b/compiler/app/Main.hs index e26055f..1864dee 100644 --- a/compiler/app/Main.hs +++ b/compiler/app/Main.hs | |||
@@ -103,6 +103,7 @@ main = | |||
103 | compileGallery | 103 | compileGallery |
104 | (inputDir opts) | 104 | (inputDir opts) |
105 | (galleryOutputDir opts) | 105 | (galleryOutputDir opts) |
106 | [outputDir opts] | ||
106 | (rebuilAll opts) | 107 | (rebuilAll opts) |
107 | (cleanOutput opts) | 108 | (cleanOutput opts) |
108 | 109 | ||