/Makefile

https://code.google.com/p/couch-go/ · Makefile · 17 lines · 8 code · 6 blank · 3 comment · 0 complexity · a08099ac7e1db1fdb3fb1c5001df7256 MD5 · raw file

  1. # Copyright 2009 The Go Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style
  3. # license that can be found in the LICENSE file.
  4. include $(GOROOT)/src/Make.inc
  5. TARG=couch-go.googlecode.com/hg
  6. GOFILES=\
  7. couch.go\
  8. include $(GOROOT)/src/Make.pkg
  9. format:
  10. gofmt -w couch.go
  11. gofmt -w couch_test.go