diff options
| author | Sudar <sudar@sudarmuthu.com> | 2012-05-05 16:07:12 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2012-05-05 16:07:12 +0530 |
| commit | 378b59fb95f9f867d27fec869076d9c5a6f613a0 (patch) | |
| tree | d091134067ad211e676b10731818f0665d42b7ec | |
| parent | 1750ef08a47503f1ccd6e42b2d2d546dca88c132 (diff) | |
Delete the build-cli folder as well while doing make clean
| -rw-r--r-- | arduino-mk/Arduino.mk | 2 |
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) |
