5 lines
51 B
Makefile
5 lines
51 B
Makefile
|
default: gotail
|
||
|
|
||
|
gotail: *.go ../../*.go
|
||
|
go build
|