1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Introduce macro to define files that should be deleted on make clean

This commit is contained in:
Martin Lenders 2014-05-03 15:06:08 +02:00
parent 991a5dccf1
commit c710062f86

View File

@ -124,7 +124,7 @@ $(USEPKG:%=${BINDIR}%.a)::
clean:
@for i in $(USEPKG) ; do "$(MAKE)" -C $(RIOTBASE)/pkg/$$i clean || exit 1; done
rm -rf $(BINDIR)
rm -rf $(BINDIR) $(CLEANFILES)
flash: all
$(FLASHER) $(FFLAGS)