aboutsummaryrefslogtreecommitdiff
path: root/Arduino.mk
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2014-08-16 19:31:07 +0200
committerSimon John <git@the-jedi.co.uk>2014-08-16 19:31:07 +0200
commit421a40e2616c17c12061c3263bfb9d56f8523c8e (patch)
tree54110b151b614be1a5547c478bf967a4c6d2e74b /Arduino.mk
parente9c0a1e92eb4c2df130816b80d708417d95bfd3d (diff)
allows "make clean" to be extended in the user's local makefile to clean
other files out, e.g. backup/git files
Diffstat (limited to 'Arduino.mk')
-rw-r--r--Arduino.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Arduino.mk b/Arduino.mk
index 9e29e37..60bec1c 100644
--- a/Arduino.mk
+++ b/Arduino.mk
@@ -1333,7 +1333,7 @@ ifneq ($(strip $(AVRDUDE_ISP_FUSES_POST)),)
$(AVRDUDE) $(AVRDUDE_COM_OPTS) $(AVRDUDE_ISP_OPTS) $(AVRDUDE_ISP_FUSES_POST)
endif
-clean:
+clean::
$(REMOVE) $(OBJDIR)
size: $(TARGET_HEX)