aboutsummaryrefslogtreecommitdiff
path: root/compiler/app
diff options
context:
space:
mode:
authorpacien2020-02-03 14:27:33 +0100
committerNotkea2020-02-03 14:35:29 +0100
commitc7c872291c2b053afc2c27f999f33b2cfb6c23f1 (patch)
tree399c43e2adc312553f49fab9f8d84fb841624610 /compiler/app
parent8dd664c23ba971362eb0c84438d40a55637dcc67 (diff)
downloadldgallery-c7c872291c2b053afc2c27f999f33b2cfb6c23f1.tar.gz
compiler: fix viewer output directory exclusion
GitHub: closes #87
Diffstat (limited to 'compiler/app')
-rw-r--r--compiler/app/Main.hs1
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