aboutsummaryrefslogtreecommitdiff
path: root/arduino-mk/Arduino.mk
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2012-05-05 16:07:12 +0530
committerSudar <sudar@sudarmuthu.com>2012-05-05 16:07:12 +0530
commit378b59fb95f9f867d27fec869076d9c5a6f613a0 (patch)
treed091134067ad211e676b10731818f0665d42b7ec /arduino-mk/Arduino.mk
parent1750ef08a47503f1ccd6e42b2d2d546dca88c132 (diff)
Delete the build-cli folder as well while doing make clean
Diffstat (limited to 'arduino-mk/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 125505b..f2dc959 100644
--- a/arduino-mk/Arduino.mk
+++ b/arduino-mk/Arduino.mk
@@ -674,7 +674,7 @@ ispload: $(TARGET_HEX)
-U lock:w:$(ISP_LOCK_FUSE_POST):m
clean:
- $(REMOVE) $(LOCAL_OBJS) $(CORE_OBJS) $(LIB_OBJS) $(CORE_LIB) $(TARGETS) $(DEP_FILE) $(DEPS) $(USER_LIB_OBJS)
+ $(REMOVE) $(LOCAL_OBJS) $(CORE_OBJS) $(LIB_OBJS) $(CORE_LIB) $(TARGETS) $(DEP_FILE) $(DEPS) $(USER_LIB_OBJS) @rm -rf ${OBJDIR}
depends: $(DEPS)
cat $(DEPS) > $(DEP_FILE)