makefile 81 B

1234
  1. transcollect:*.go
  2. go build -o transcollect -x $^
  3. clean:
  4. rm -rvf transcollect