mirror of https://github.com/perkeep/perkeep.git
Add a note to make.go
Change-Id: I9ff95fea40949116bb963e2153731b5f0ec37327
This commit is contained in:
parent
6643ccb34a
commit
4922f46d99
4
make.go
4
make.go
|
@ -16,6 +16,10 @@ limitations under the License.
|
||||||
|
|
||||||
// This program builds Camlistore.
|
// This program builds Camlistore.
|
||||||
//
|
//
|
||||||
|
// $ go run make.go
|
||||||
|
//
|
||||||
|
// See the BUILDING file.
|
||||||
|
//
|
||||||
// The output binaries go into the ./bin/ directory (under the
|
// The output binaries go into the ./bin/ directory (under the
|
||||||
// Camlistore root, where make.go is)
|
// Camlistore root, where make.go is)
|
||||||
package main
|
package main
|
||||||
|
|
Loading…
Reference in New Issue