aboutsummaryrefslogtreecommitdiff
path: root/arduino-mk
diff options
context:
space:
mode:
authorgabriel <gabriel@gaftech.fr>2012-12-14 23:10:03 +0100
committergabriel <gabriel@gaftech.fr>2012-12-14 23:10:03 +0100
commit86165af72656fbf79b669fdafee4766773ddde04 (patch)
treece0f243c2f9b76429ab4aa202481b39543cab0f5 /arduino-mk
parent168292425f856a213ffb477fd20d79b16bf9358c (diff)
make build dir (OBJDIR) changeable
Diffstat (limited to 'arduino-mk')
-rw-r--r--arduino-mk/Arduino.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk
index b79ff3f..befe364 100644
--- a/arduino-mk/Arduino.mk
+++ b/arduino-mk/Arduino.mk
@@ -546,7 +546,7 @@ ifndef ISP_EXT_FUSE
endif
# Everything gets built in here
-OBJDIR = build-cli
+OBJDIR ?= build-cli
########################################################################
# Local sources