Skip to content
Snippets Groups Projects
Commit 802b3d9c authored by Oleg Hahm's avatar Oleg Hahm
Browse files

make: remove scan-build folder in clean

parent d10631ad
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment