1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

Merge pull request #36 from authmillenon/master

Use rm -rf instead of rmdir
This commit is contained in:
Oleg 2013-05-30 08:40:29 -07:00
commit 4e13e61052

View File

@ -7,7 +7,7 @@ all:
clean:
@for i in $(DIRS) ; do "$(MAKE)" -C $$i clean ; done ;
-@if [ -d $(BINDIR) ] ; \
then rmdir $(BINDIR) ; \
then rm -rf $(BINDIR) ; \
fi
doc: