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:
commit
d5284948f4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user