clean target in Makefile.include: also remove .o files

This commit is contained in:
Atis Elsts 2018-02-27 13:51:54 +00:00
parent 449d7dd5e7
commit f677f9c12f
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ endef
clean:
-rm -f *~ *core core *.srec \
*.lst *.map \
*.lst *.map *.o \
*.cprg *.bin *.data contiki*.a *.firmware core-labels.S *.ihex *.ini \
rm -rf $(CLEAN)
-rm -rf $(OBJECTDIR)