Don't generate an error if build/ does not exist

This commit is contained in:
George Oikonomou 2018-10-23 16:49:54 +01:00
parent 0622889add
commit d89cca83ac
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ distclean:
echo Running: $(MAKE) TARGET=$$TARG clean; \
$(MAKE) TARGET=$$TARG clean; \
done
rmdir $(BUILD_DIR)
-$(Q)rm -rf $(BUILD_DIR)
-include $(CONTIKI)/arch/platform/$(TARGET)/Makefile.customrules-$(TARGET)