From 7caa8df7081fa57d463b447fcfd988aacc7e1e02 Mon Sep 17 00:00:00 2001 From: abenso Date: Fri, 23 Aug 2024 14:40:25 -0300 Subject: [PATCH] test ci --- app/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Makefile b/app/Makefile index 3a3b20c..4d2b703 100755 --- a/app/Makefile +++ b/app/Makefile @@ -52,14 +52,14 @@ DEFINES += PRODUCTION_BUILD=$(PRODUCTION_BUILD) include $(CURDIR)/../deps/ledger-zxlib/makefiles/Makefile.app_testing ifndef COIN -COIN=KDA +COIN=Kadena endif include $(CURDIR)/Makefile.version $(info COIN = [$(COIN)]) -ifeq ($(COIN),KDA) +ifeq ($(COIN),Kadena) # Main app configuration APPNAME = "Kadena" APPPATH = "44'/626'" @@ -139,7 +139,7 @@ dep/%.d: %.c Makefile .PHONY: listvariants listvariants: - @echo VARIANTS COIN KDA + @echo VARIANTS COIN Kadena .PHONY: version version: