mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-11 10:25:20 +00:00
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:
committed by
David Hendricks
parent
7e494050d6
commit
21d0fc0d37
@@ -21,3 +21,6 @@ all: googlesnow
|
||||
|
||||
googlesnow: googlesnow.c
|
||||
cc -g -o googlesnow googlesnow.c
|
||||
|
||||
clean:
|
||||
rm -f googlesnow
|
||||
|
||||
Reference in New Issue
Block a user