aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/MIDIToneGenerator/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/MIDIToneGenerator/makefile')
-rw-r--r--Projects/MIDIToneGenerator/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/MIDIToneGenerator/makefile b/Projects/MIDIToneGenerator/makefile
index 0166c62e0..52e31f2d2 100644
--- a/Projects/MIDIToneGenerator/makefile
+++ b/Projects/MIDIToneGenerator/makefile
@@ -17,7 +17,7 @@ F_USB = $(F_CPU)
OPTIMIZATION = s
TARGET = MIDIToneGenerator
SRC = $(TARGET).c Descriptors.c $(LUFA_SRC_USB) $(LUFA_SRC_USBCLASS)
-LUFA_PATH = ../../LUFA/
+LUFA_PATH = ../../LUFA
CC_FLAGS = -DUSE_LUFA_CONFIG_HEADER -IConfig/
LD_FLAGS =