aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2015-11-29 23:52:52 +0800
committerPéter Szilágyi <peterke@gmail.com>2015-11-29 23:52:52 +0800
commit9af4065243cecad8aaa297ee396ebbc17b280733 (patch)
treef3cd7bbfa4637a7480e76e1c2d89925d303b41ab /Makefile
parenta0d203a8749af397192ee8ea5a3b78cc6e20656a (diff)
downloaddexon-9af4065243cecad8aaa297ee396ebbc17b280733.tar
dexon-9af4065243cecad8aaa297ee396ebbc17b280733.tar.gz
dexon-9af4065243cecad8aaa297ee396ebbc17b280733.tar.bz2
dexon-9af4065243cecad8aaa297ee396ebbc17b280733.tar.lz
dexon-9af4065243cecad8aaa297ee396ebbc17b280733.tar.xz
dexon-9af4065243cecad8aaa297ee396ebbc17b280733.tar.zst
dexon-9af4065243cecad8aaa297ee396ebbc17b280733.zip
Makefile: enable iOS experimental builds (fix prev omission)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5fc5e9a9d..1f9bf0db8 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ geth:
@echo "Done building."
@echo "Run \"$(GOBIN)/geth\" to launch geth."
-geth-cross: geth-linux geth-darwin geth-windows geth-android
+geth-cross: geth-linux geth-darwin geth-windows geth-android geth-ios
@echo "Full cross compilation done:"
@ls -l $(GOBIN)/geth-*