Ronald G. Minnich ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2232
-gerrit commit b9876e366dbcee45f784bcd9b9aa98bce3dbfedf Author: Ronald G. Minnich <[email protected]> Date: Wed Jan 30 13:41:03 2013 -0600 Add a clean target to the run firmware (runfw) Makefile It's just good hygiene. Change-Id: Ie7d4557c1d0dcf7fc015852c4c9b2eae29c4acfc Signed-off-by: Ronald G. Minnich <[email protected]> --- util/runfw/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/runfw/Makefile b/util/runfw/Makefile index 4a1c775..5f07e3c 100644 --- a/util/runfw/Makefile +++ b/util/runfw/Makefile @@ -21,3 +21,6 @@ all: googlesnow googlesnow: googlesnow.c cc -g -o googlesnow googlesnow.c + +clean: + rm -f googlesnow -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

