Просмотр исходного кода

Makefile: call shell function to get pwd

detailyang 8 лет назад
Родитель
Сommit
5e805aa865
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -8,7 +8,7 @@
 .PHONY: geth-darwin geth-darwin-386 geth-darwin-amd64
 .PHONY: geth-windows geth-windows-386 geth-windows-amd64
 
-GOBIN = $(pwd)/build/bin
+GOBIN = $(shell pwd)/build/bin
 GO ?= latest
 
 geth: