From 5757cf13741b4038a76763d254f7ff17cd0dee13 Mon Sep 17 00:00:00 2001 From: Michael Ira Krufky Date: Tue, 7 Aug 2018 08:15:38 -0400 Subject: [PATCH] Makefile.genericwallet: add akroma, pirl & ether1 to error debug & listvariants --- Makefile.genericwallet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.genericwallet b/Makefile.genericwallet index 8275bad..b2e39f8 100755 --- a/Makefile.genericwallet +++ b/Makefile.genericwallet @@ -104,7 +104,7 @@ DEFINES += CHAINID_UPCASE=\"CALLISTO\" CHAINID_COINNAME=\"CLO\" CHAIN_KIND=CHAIN APPNAME = "Callisto" else ifeq ($(filter clean,$(MAKECMDGOALS)),) -$(error Unsupported CHAIN - use ethereum, ethereum_classic, expanse, poa, rsk, rsk_testnet, ubiq, wanchain, kusd, musicoin, callisto, ethersocial, ellaism) +$(error Unsupported CHAIN - use ethereum, ethereum_classic, expanse, poa, rsk, rsk_testnet, ubiq, wanchain, kusd, musicoin, callisto, ethersocial, ellaism, pirl, akroma, ether1) endif endif @@ -196,4 +196,4 @@ include $(BOLOS_SDK)/Makefile.rules dep/%.d: %.c Makefile.genericwallet listvariants: - @echo VARIANTS CHAIN ethereum ethereum_classic expanse poa rsk ubiq wanchain kusd #musicoin callisto ethersocial ellaism + @echo VARIANTS CHAIN ethereum ethereum_classic expanse poa rsk ubiq wanchain kusd #musicoin callisto ethersocial ellaism pirl akroma ether1