Makefile 156 B

1234567891011
  1. include $(GOROOT)/src/Make.inc
  2. TARG=metrics
  3. GOFILES=metrics.go
  4. include $(GOROOT)/src/Make.cmd
  5. uninstall:
  6. rm -f $(GOROOT)/bin/$(TARG)
  7. .PHONY: uninstall