aboutsummaryrefslogtreecommitdiff
path: root/Main.hs
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-08-20 11:57:02 +0200
committertomsmeding <tom.smeding@gmail.com>2017-08-20 11:57:02 +0200
commitf8d264f2b18fccdc3b96d8fb66656128a25137f2 (patch)
treec4da71e1b7bed93b9f2728503212b6fc43cc9e32 /Main.hs
parent965f8bf85d7850be074bad735d815b15a85a3de0 (diff)
Separate lib into object file
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index 4c0f68d..dd07952 100644
--- a/Main.hs
+++ b/Main.hs
@@ -52,4 +52,4 @@ main = do
callCommand "yasm -w+all -fmacho64 z_output.asm -o z_output.o"
hPutStrLn stderr "Linking with ld..."
- callCommand "ld z_output.o -o z_output"
+ callCommand "ld z_output.o liblang.o -o z_output"