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:
parent
7e494050d6
commit
21d0fc0d37
|
@ -21,3 +21,6 @@ all: googlesnow
|
||||||
|
|
||||||
googlesnow: googlesnow.c
|
googlesnow: googlesnow.c
|
||||||
cc -g -o googlesnow googlesnow.c
|
cc -g -o googlesnow googlesnow.c
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f googlesnow
|
||||||
|
|
Loading…
Reference in New Issue