the clang type checker and verifier is quite close to complete (but not bug\r
free!) for C and Objective C. We appreciate all reports of code that is\r
rejected by the front-end, and if you notice invalid code that is not rejected\r
-by clang, that is also very important to us.</li>\r
+by clang, that is also very important to us. For make-based projects,\r
+<a href="http://lists.cs.uiuc.edu/pipermail/cfe-dev/2007-December/000613.html">\r
+the script attached to this post</a> might help to get you started.</li>\r
\r
<li><b>Compile your favorite C project with "clang -emit-llvm"</b>:\r
The clang to LLVM converter is getting more mature, so you may be able to\r
-compile it. If not, please let us know. Once it compiles it should run. If\r
-not, that's a bug :)</li>\r
+compile it. If not, please let us know. Again,\r
+<a href="http://lists.cs.uiuc.edu/pipermail/cfe-dev/2007-December/000613.html">\r
+the attachment to this post</a> might help you. Once it compiles it should\r
+run. If not, that's a bug :)</li>\r
\r
<li><b>Work on code generation for Objective C</b>: -emit-llvm support for\r
Objective C is basically nonexistent at the time of this writing, this is a\r