Add a clean target to the run firmware (runfw) Makefile

It's just good hygiene.

Change-Id: Ie7d4557c1d0dcf7fc015852c4c9b2eae29c4acfc
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-on: http://review.coreboot.org/2232
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: David Hendricks <dhendrix@chromium.org>
This commit is contained in:
Ronald G. Minnich 2013-01-30 13:41:03 -06:00 committed by David Hendricks
parent 7e494050d6
commit 21d0fc0d37
1 changed files with 3 additions and 0 deletions

View File

@ -21,3 +21,6 @@ all: googlesnow
googlesnow: googlesnow.c
cc -g -o googlesnow googlesnow.c
clean:
rm -f googlesnow