/Makefile
https://code.google.com/p/couch-go/ · Makefile · 17 lines · 8 code · 6 blank · 3 comment · 0 complexity · a08099ac7e1db1fdb3fb1c5001df7256 MD5 · raw file
- # Copyright 2009 The Go Authors. All rights reserved.
- # Use of this source code is governed by a BSD-style
- # license that can be found in the LICENSE file.
- include $(GOROOT)/src/Make.inc
- TARG=couch-go.googlecode.com/hg
- GOFILES=\
- couch.go\
- include $(GOROOT)/src/Make.pkg
- format:
- gofmt -w couch.go
- gofmt -w couch_test.go