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

Commit d6b1d628 authored by Joe Onorato's avatar Joe Onorato
Browse files

Add a phony "nothing" goal that reads the makefiles but doesn't try to build anything.

Change-Id: Idac551e5c796321e993b94761f5cbf5b55c1a994
parent cc788043
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -871,3 +871,7 @@ modules:
.PHONY: showcommands
showcommands:
	@echo >/dev/null

.PHONY: nothing
nothing:
	@echo Successfully read the makefiles.