From 303ecc1a26725bd60ae6629310ecfae57d08db7a Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 5 Jun 2013 11:18:40 -0700 Subject: [PATCH] Updated Notes (markdown) --- Notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Notes.md b/Notes.md index a3122a9..15d149b 100644 --- a/Notes.md +++ b/Notes.md @@ -11,6 +11,7 @@ Listing of notes for developers working on the Rust compiler and tools. * [[Note compiler snapshots]] * [[Note git workflow]] * [[Note style guide]] +* [[Note build system]] - Makefile targets * [[Note testsuite]] - How Rust's tests are organized and operated * [[Note rustc hacking guide]] * [[Note ccache]]