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

Unverified Commit b351db80 authored by Dan Pasanen's avatar Dan Pasanen Committed by Michael Bestas
Browse files

build: remove dotfiles on a make clean as well

* kati & ninja create dotfiles (example: .ninja_log) in out/

Change-Id: I83ffd1c26a37f7ffef45fd4598435db93058ab67
parent 94d6ceeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1126,7 +1126,7 @@ findbugs: $(INTERNAL_FINDBUGS_HTML_TARGET) $(INTERNAL_FINDBUGS_XML_TARGET)

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

.PHONY: clobber