TARGET ?= $(error Makefile TARGET value not set.)\r
\r
# Output Messages\r
-MSG_COPY_CMD = ' [CP] :'\r
-MSG_REMOVE_CMD = ' [RM] :'\r
-MSG_DFU_CMD = ' [DFU] :'\r
+MSG_COPY_CMD := ' [CP] :'\r
+MSG_REMOVE_CMD := ' [RM] :'\r
+MSG_DFU_CMD := ' [DFU] :'\r
\r
flip: $(TARGET).hex\r
@echo $(MSG_DFU_CMD) Programming FLASH with batchisp using \"$(TARGET).hex\"\r