From c7c872291c2b053afc2c27f999f33b2cfb6c23f1 Mon Sep 17 00:00:00 2001 From: pacien Date: Mon, 3 Feb 2020 14:27:33 +0100 Subject: compiler: fix viewer output directory exclusion GitHub: closes #87 --- compiler/app/Main.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/app') 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 = compileGallery (inputDir opts) (galleryOutputDir opts) + [outputDir opts] (rebuilAll opts) (cleanOutput opts) -- cgit v1.2.3