tail/cmd/gotail/Makefile

5 lines
74 B
Makefile
Raw Normal View History

default: gotail
gotail: *.go ../../*.go
GOPATH=`pwd`/../../.go go build