diff options
-rwxr-xr-x | chip/make | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 () |