Add a note to make.go

Change-Id: I9ff95fea40949116bb963e2153731b5f0ec37327
This commit is contained in:
Brad Fitzpatrick 2013-06-11 13:19:46 +02:00
parent 6643ccb34a
commit 4922f46d99
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ limitations under the License.
// This program builds Camlistore.
//
// $ go run make.go
//
// See the BUILDING file.
//
// The output binaries go into the ./bin/ directory (under the
// Camlistore root, where make.go is)
package main