~dave-cheney/gocheck/002-gofmt

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Gustavo Niemeyer
  • Date: 2011-06-24 21:45:26 UTC
  • Revision ID: gustavo@niemeyer.net-20110624214526-20iih0epozh25nki
Tags: go.r59
Removed gotos that were rendered invalid recently.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        checkers.go\
10
10
        printer.go\
11
11
 
 
12
#TARGDIR=$(GOPATH)/pkg/$(GOOS)_$(GOARCH)
 
13
#GCIMPORTS=$(patsubst %,-I %/pkg/$(GOOS)_$(GOARCH),$(subst :, ,$(GOPATH)))
 
14
#LDIMPORTS=$(patsubst %,-L %/pkg/$(GOOS)_$(GOARCH),$(subst :, ,$(GOPATH)))
 
15
 
12
16
include $(GOROOT)/src/Make.pkg
13
17
 
14
18
GOFMT=gofmt