summaryrefslogtreecommitdiff
path: root/n/avr/howto/Makefile
diff options
context:
space:
mode:
authorschodet2004-06-24 23:25:33 +0000
committerschodet2004-06-24 23:25:33 +0000
commit7f67e0d0ee9483ea618c4b08806e4f9ae556b063 (patch)
tree054462c993a4835555afeead7934bcce9fcfd056 /n/avr/howto/Makefile
parente92e24c355b7e3c90cdf9ab5cc771ea456dd05ce (diff)
Ajout doc modules.
Diffstat (limited to 'n/avr/howto/Makefile')
-rw-r--r--n/avr/howto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/n/avr/howto/Makefile b/n/avr/howto/Makefile
index bbc542e..f819a2d 100644
--- a/n/avr/howto/Makefile
+++ b/n/avr/howto/Makefile
@@ -33,7 +33,7 @@ $(PRG).elf: $(OBJECTS)
$(OBJDUMP) -h -S $< > $@
clean:
- rm -f *.o $(PRG).elf *.bak
+ rm -f *.o $(PRG).elf *.bak $(DOC)
rm -f *.lst *.map $(EXTRA_CLEAN_FILES)
rm -f $(PRG).hex $(PRG).bin $(PRG).srec $(PRG)_eeprom.hex $(PRG)_eeprom.bin $(PRG)_eeprom.srec