From 5d5a5ed8d6d63046ce7452c7a20c6218699b6dfd Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 26 Mar 2019 14:22:57 -0700 Subject: chip/make aero apps --- chip/make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chip/make b/chip/make index 6eabae0..49d800e 100755 --- a/chip/make +++ b/chip/make @@ -48,7 +48,7 @@ bild :: App -> IO () bild app = do say $ "make: " ++ name app apex app `catch` nop - -- aero app `catch` nop + aero app `catch` nop say :: String -> IO () say = putStrLn @@ -98,7 +98,7 @@ aero App {..} = callCommand $ intercalate " " , ghcopts , "-iaero -ilore" , "-main-is", entrypoint - , "--make", "apex/" ++ entrypoint ++ ".hs" + , "--make", "aero/" ++ entrypoint ++ ".hs" , "-o bild/" ++ name ] -- cgit v1.2.3