Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
abenso committed Aug 23, 2024
1 parent 604f723 commit 7caa8df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
Expand Down Expand Up @@ -139,7 +139,7 @@ dep/%.d: %.c Makefile

.PHONY: listvariants
listvariants:
@echo VARIANTS COIN KDA
@echo VARIANTS COIN Kadena

.PHONY: version
version:
Expand Down

0 comments on commit 7caa8df

Please sign in to comment.