X-Git-Url: https://git.lukelau.me/?p=kaleidoscope-hs-old.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=f4582a9e7a77b34a3a32e8292368607938018236;hp=0000000000000000000000000000000000000000;hb=c67238064a9570e5c22566413b68906c9fcf39fe;hpb=749e5a29af22fc74b8c597485de9be6485ccc62f diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f4582a9 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +stdlib.dylib: stdlib.c + clang -dynamiclib $< -o $@