aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/Makefile
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-07-02 06:13:50 +0800
committerobscuren <geffobscura@gmail.com>2014-07-02 06:13:50 +0800
commitc4f9151c67b1481490978a9dca0599b3e92680d5 (patch)
treef02199cf5a2f87595937c5f8c94bda343347fa9f /ethereal/Makefile
parent283532137713d20ca82d264bd105cf7cb0e47b65 (diff)
downloaddexon-c4f9151c67b1481490978a9dca0599b3e92680d5.tar.gz
dexon-c4f9151c67b1481490978a9dca0599b3e92680d5.tar.zst
dexon-c4f9151c67b1481490978a9dca0599b3e92680d5.zip
Moved files
Diffstat (limited to 'ethereal/Makefile')
-rw-r--r--ethereal/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/ethereal/Makefile b/ethereal/Makefile
deleted file mode 100644
index 1acf03049..000000000
--- a/ethereal/Makefile
+++ /dev/null
@@ -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