From: Evan Sailer Date: Fri, 3 Mar 2017 17:14:28 +0000 (-0600) Subject: fixed makefile for working with configurator X-Git-Url: https://git.gir.st/tmk_keyboard.git/commitdiff_plain/bb35587f7b3a5d89a33592c57f627cee31b81eec fixed makefile for working with configurator --- diff --git a/keyboard/caravan/Makefile b/keyboard/caravan/Makefile index 1e69154b..49a2511d 100644 --- a/keyboard/caravan/Makefile +++ b/keyboard/caravan/Makefile @@ -39,7 +39,11 @@ #---------------------------------------------------------------------------- # Target file name (without extension). -TARGET = caravan_lufa +ifdef TARGETFILE + TARGET = $(TARGETFILE) +else + TARGET = caravan_lufa +endif # Directory common source filess exist TMK_DIR = ../../tmk_core