Skip to content

Commit

Permalink
Updates variable name.
Browse files Browse the repository at this point in the history
Signed-off-by: Kouhei Maeda <mkouhei@palmtb.net>
  • Loading branch information
mkouhei committed Apr 27, 2015
1 parent 09b2d28 commit f40c0ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ endif
prebuild: $(SRC)
go get -d -v ./...
install -d $(CURDIR)/_build/src/$(GOPKG)
cp -a $(PREBUILD_OPTS) $(CURDIR)/*.go $(CURDIR)/_build/src/$(GOPKG)
cp -a $(PREBUILD_COPY_OPTS) $(CURDIR)/*.go $(CURDIR)/_build/src/$(GOPKG)
$(PREBUILD_CMD)

build: prebuild
Expand Down
2 changes: 1 addition & 1 deletion custom.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PREBUILD_CMD := go get $(FLAGS) golang.org/x/tools/cmd/goimports
PREBUILD_COPY_CMD := go get $(FLAGS) golang.org/x/tools/cmd/goimports

0 comments on commit f40c0ce

Please sign in to comment.