Skip to content

Commit 4548b4c

Browse files
committed
minor fix makefile
1 parent 89ba088 commit 4548b4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ dep/%.d: %.c Makefile
258258
listvariants:
259259
ifeq ($(TARGET_NAME),TARGET_NANOS)
260260
@echo VARIANTS COIN CFG CFG_XL
261-
else ifeq ($(TARGET_NAME),TARGET_NANOX)
261+
else
262262
@echo VARIANTS COIN CFG
263263
endif
264264

0 commit comments

Comments
 (0)