Add putchard and move to OrcJIT
[kaleidoscope-hs-old.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..f4582a9
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+stdlib.dylib: stdlib.c
+       clang -dynamiclib $< -o $@