Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38568b42 authored by Alan Viverette's avatar Alan Viverette
Browse files

Preserve symlinked OUT_DIR by only clearing contents

Change-Id: I824ecd46d7fd31885024ff20cf5cbd52e2cbb713
parent eed8e1a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1033,7 +1033,7 @@ findbugs: $(INTERNAL_FINDBUGS_HTML_TARGET) $(INTERNAL_FINDBUGS_XML_TARGET)

.PHONY: clean
clean:
	@rm -rf $(OUT_DIR)
	@rm -rf $(OUT_DIR)/*
	@echo "Entire build directory removed."

.PHONY: clobber