tail/cmd/gotail/Makefile

5 lines
74 B
Makefile

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