mirror of https://github.com/ethereum/go-ethereum
parent
2835321377
commit
c4f9151c67
@ -1,22 +0,0 @@ |
|||||||
UNAME = $(shell uname)
|
|
||||||
FILES=qml *.png
|
|
||||||
GOPATH=$(PWD)
|
|
||||||
|
|
||||||
|
|
||||||
# Default is building
|
|
||||||
all: |
|
||||||
go get -d
|
|
||||||
cp *.go $(GOPATH)/src/github.com/ethereum/go-ethereum
|
|
||||||
cp -r ui $(GOPATH)/src/github.com/ethereum/go-ethereum
|
|
||||||
go build
|
|
||||||
|
|
||||||
install: |
|
||||||
# Linux build
|
|
||||||
ifeq ($(UNAME),Linux) |
|
||||||
cp -r assets/* /usr/share/ethereal
|
|
||||||
cp go-ethereum /usr/local/bin/ethereal
|
|
||||||
endif |
|
||||||
# OS X build
|
|
||||||
ifeq ($(UNAME),Darwin) |
|
||||||
# Execute py script
|
|
||||||
endif |
|
@ -1,4 +1,4 @@ |
|||||||
package ethui |
package main |
||||||
|
|
||||||
import ( |
import ( |
||||||
"fmt" |
"fmt" |
@ -1,4 +1,4 @@ |
|||||||
package ethui |
package main |
||||||
|
|
||||||
import ( |
import ( |
||||||
"fmt" |
"fmt" |
@ -1,4 +1,4 @@ |
|||||||
package ethui |
package main |
||||||
|
|
||||||
import ( |
import ( |
||||||
"errors" |
"errors" |
@ -1,4 +1,4 @@ |
|||||||
package ethui |
package main |
||||||
|
|
||||||
import ( |
import ( |
||||||
"github.com/ethereum/eth-go/ethchain" |
"github.com/ethereum/eth-go/ethchain" |
@ -1,4 +1,4 @@ |
|||||||
package ethui |
package main |
||||||
|
|
||||||
import ( |
import ( |
||||||
"github.com/ethereum/eth-go" |
"github.com/ethereum/eth-go" |
Loading…
Reference in new issue