Skip to content
Snippets Groups Projects
Commit d89cca83 authored by George Oikonomou's avatar George Oikonomou
Browse files

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

parent 0622889a
No related branches found
No related tags found
No related merge requests found
...@@ -330,7 +330,7 @@ distclean: ...@@ -330,7 +330,7 @@ distclean:
echo Running: $(MAKE) TARGET=$$TARG clean; \ echo Running: $(MAKE) TARGET=$$TARG clean; \
$(MAKE) TARGET=$$TARG clean; \ $(MAKE) TARGET=$$TARG clean; \
done done
rmdir $(BUILD_DIR) -$(Q)rm -rf $(BUILD_DIR)
-include $(CONTIKI)/arch/platform/$(TARGET)/Makefile.customrules-$(TARGET) -include $(CONTIKI)/arch/platform/$(TARGET)/Makefile.customrules-$(TARGET)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment