diff options
| author | ladislas <ladislas@weareleka.com> | 2014-08-18 23:27:01 +0200 |
|---|---|---|
| committer | ladislas <ladislas@weareleka.com> | 2014-08-18 23:27:01 +0200 |
| commit | 58f303a5d358f68e1b53012790225e8d677f8f0e (patch) | |
| tree | 0d9de610e1c066b8874903fdf56948789b87d173 /Arduino.mk | |
| parent | f33b14715bc786f7aba8e9b4969b16c1e0a03ed0 (diff) | |
| parent | 08c3ff6809e2debd5a47de095048dc5a54bcbae2 (diff) | |
Merge branch 'master' of https://github.com/sudar/Arduino-Makefile into update
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) |
