diff options
author | Felix Lange <fjl@twurst.com> | 2015-11-30 00:18:34 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-11-30 00:18:34 +0800 |
commit | 66d47ced4892141cdc955856b9fce6e95bca0402 (patch) | |
tree | f3cd7bbfa4637a7480e76e1c2d89925d303b41ab /Makefile | |
parent | a0d203a8749af397192ee8ea5a3b78cc6e20656a (diff) | |
parent | 9af4065243cecad8aaa297ee396ebbc17b280733 (diff) | |
download | go-tangerine-66d47ced4892141cdc955856b9fce6e95bca0402.tar.gz go-tangerine-66d47ced4892141cdc955856b9fce6e95bca0402.tar.zst go-tangerine-66d47ced4892141cdc955856b9fce6e95bca0402.zip |
Merge pull request #2014 from karalabe/enable-ios-builds
Makefile: enable iOS experimental builds (fix prev omission)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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-* |