Add OBJDIR optional build variable to the BULD build system module, to allow the...
[pub/USBasp.git] / Demos / Device / Incomplete / TestAndMeasurement / makefile
index 1495062..cbd4319 100644 (file)
@@ -19,7 +19,7 @@ TARGET       = TestAndMeasurement
 SRC          = $(TARGET).c Descriptors.c $(LUFA_SRC_USB) $(LUFA_SRC_USBCLASS)
 LUFA_PATH    = ../../../../LUFA/
 CC_FLAGS     = -DUSE_LUFA_CONFIG_HEADER -IConfig/
-LD_FLAGS     =
+LD_FLAGS     = 
 
 # Default target
 all: