Makefile 163 B

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