Another makefile laziness optimization

pull/999/head
Jesse Vincent 4 years ago
parent f0983e8011
commit f17786a9c3
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -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." flashing_instructions := "If your keyboard needs you to do something to put it in flashing mode, do that now."
endif endif
unescaped_flashing_instructions := $(shell printf $(flashing_instructions) ) unescaped_flashing_instructions = $(shell printf $(flashing_instructions) )
DEFAULT_GOAL: compile DEFAULT_GOAL: compile

Loading…
Cancel
Save