5 lines
71 B
Makefile
5 lines
71 B
Makefile
|
default: gotail
|
||
|
|
||
|
gotail: *.go ../../*.go
|
||
|
GOPATH=~/as/logyard go build
|