1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #3482 from OlegHahm/remove_scan_build_folder

make: remove scan-build folder in clean
This commit is contained in:
Cenk Gündoğan 2015-07-28 21:22:43 +02:00
commit d5284948f4

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: