diff options
Diffstat (limited to 'Projects/XPLAINBridge/makefile')
-rw-r--r-- | Projects/XPLAINBridge/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/XPLAINBridge/makefile b/Projects/XPLAINBridge/makefile index 8edd9c71a..d4136bc2f 100644 --- a/Projects/XPLAINBridge/makefile +++ b/Projects/XPLAINBridge/makefile @@ -12,7 +12,7 @@ AVRISP_PATH = ../AVRISP-MKII/ # FIXME - object directories do not currently work for this project -override OBJDIR = +override OBJDIR = . MCU = at90usb1287 ARCH = AVR8 |