Skip to content

Commit c9efb46

Browse files
fix application name output
1 parent 746698d commit c9efb46

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/makefile.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,12 +248,12 @@ CONVBINFLAGS += -k 8xp-compressed
248248
else
249249
CONVBINFLAGS += -k 8xp
250250
endif
251-
endif
252-
253-
# common output targer flags
254251
ifeq ($(HAS_UPPERCASE_NAME),YES)
255252
CONVBINFLAGS += -u
256253
endif
254+
endif
255+
256+
# common output target flags
257257
ifneq ($(COMMENT),)
258258
CONVBINFLAGS += -b $(call QUOTE_ARG,$(COMMENT))
259259
endif

0 commit comments

Comments
 (0)