make: remove scan-build folder in clean

This commit is contained in:
Oleg Hahm 2015-07-22 20:30:34 +02:00
parent d10631adec
commit 802b3d9c00

View File

@ -245,6 +245,7 @@ $(USEPKG:%=${BINDIR}%.a):
clean:
-@for i in $(USEPKG) ; do "$(MAKE)" -C $(RIOTBASE)/pkg/$$i clean ; done
-@rm -rf $(BINDIR)
-@rm -rf $(SCANBUILD_OUTPUTDIR)
# Remove intermediates, but keep the .elf, .hex and .map etc.
clean-intermediates: