diff options
Diffstat (limited to 'LUFA/CodeTemplates/makefile_template')
| -rw-r--r-- | LUFA/CodeTemplates/makefile_template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/CodeTemplates/makefile_template b/LUFA/CodeTemplates/makefile_template index cf2b6737..28d7c884 100644 --- a/LUFA/CodeTemplates/makefile_template +++ b/LUFA/CodeTemplates/makefile_template @@ -17,8 +17,8 @@ F_USB = $(F_CPU) OPTIMIZATION = s TARGET = Target SRC = $(TARGET).c $(LUFA_SRC_USB) $(LUFA_SRC_USBCLASS) $(LUFA_SRC_PLATFORM) -LUFA_PATH = ../../LUFA/ -CC_FLAGS = -DUSE_LUFA_CONFIG_HEADER -IConfig/ +LUFA_PATH = ../../LUFA +CC_FLAGS = -DUSE_LUFA_CONFIG_HEADER -IConfig LD_FLAGS = # Default target |
