diff options
| author | Sudar <sudar@sudarmuthu.com> | 2014-08-17 10:27:32 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2014-08-17 10:27:32 +0530 |
| commit | 08c3ff6809e2debd5a47de095048dc5a54bcbae2 (patch) | |
| tree | 54110b151b614be1a5547c478bf967a4c6d2e74b /Arduino.mk | |
| parent | e9c0a1e92eb4c2df130816b80d708417d95bfd3d (diff) | |
| parent | 421a40e2616c17c12061c3263bfb9d56f8523c8e (diff) | |
Merge pull request #240 from sej7278/master
allows "make clean" to be extended
Fix #239
Fix #240
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) |
