diff --git a/etc/makefiles/sketch.mk b/etc/makefiles/sketch.mk index 35afbd38..ecd4ef99 100644 --- a/etc/makefiles/sketch.mk +++ b/etc/makefiles/sketch.mk @@ -117,7 +117,7 @@ ifeq ($(flashing_instructions),) flashing_instructions := "If your keyboard needs you to do something to put it in flashing mode, do that now." endif -unescaped_flashing_instructions := $(shell printf $(flashing_instructions) ) +unescaped_flashing_instructions = $(shell printf $(flashing_instructions) ) DEFAULT_GOAL: compile