diff options
| author | Simon John <git@the-jedi.co.uk> | 2014-08-16 19:31:07 +0200 |
|---|---|---|
| committer | Simon John <git@the-jedi.co.uk> | 2014-08-16 19:31:07 +0200 |
| commit | 421a40e2616c17c12061c3263bfb9d56f8523c8e (patch) | |
| tree | 54110b151b614be1a5547c478bf967a4c6d2e74b /Arduino.mk | |
| parent | e9c0a1e92eb4c2df130816b80d708417d95bfd3d (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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
