From 9af1370c102ff2873d8270a10c41cd7e87ecbfe1 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 2 Sep 2019 21:42:55 -0700 Subject: [chip/make] put build artifacts in separate dirs --- chip/make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chip/make b/chip/make index d1d8b35..b24b62e 100755 --- a/chip/make +++ b/chip/make @@ -86,8 +86,9 @@ data App = App , entrypoint :: String } +-- | common build options. ghcopts :: String -ghcopts = "-odir bild/ -hidir bild/ -Wall" +ghcopts = "-odir bild/o -hidir bild/hi -Wall" -- | compile with ghc. apex :: App -> IO () -- cgit v1.2.3