X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=4e533dcd9d103d5afe98c54f6eb4e2206c23ffcc;hb=303d7456677980b8c59cba29811931dc9a740044;hp=0000000000000000000000000000000000000000;hpb=3310c7d85bc988cacf97bc5784b470c78d8d13a2;p=kaleidoscope-hs.git diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..4e533dc --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +stdlib.dylib: stdlib.c + clang -shared $< -o $@