diff options
author | pacien | 2020-02-03 14:27:33 +0100 |
---|---|---|
committer | Notkea | 2020-02-03 14:35:29 +0100 |
commit | c7c872291c2b053afc2c27f999f33b2cfb6c23f1 (patch) | |
tree | 399c43e2adc312553f49fab9f8d84fb841624610 /compiler/app | |
parent | 8dd664c23ba971362eb0c84438d40a55637dcc67 (diff) | |
download | ldgallery-c7c872291c2b053afc2c27f999f33b2cfb6c23f1.tar.gz |
compiler: fix viewer output directory exclusion
GitHub: closes #87
Diffstat (limited to 'compiler/app')
-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 | ||