Updated header comment
This commit is contained in:
parent
57aecd56a4
commit
209d71c1f6
1 changed files with 2 additions and 4 deletions
6
make.go
6
make.go
|
@ -1,10 +1,8 @@
|
|||
// +build ignore
|
||||
|
||||
// This program builds Drone.
|
||||
// $ go run make.go build test
|
||||
//
|
||||
// The output binaries go into the ./bin/ directory (under the
|
||||
// project root, where make.go is)
|
||||
// $ go run make.go deps bindata build test
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in a new issue