From 21d0fc0d3701d1c359fb4d4267383aeaa5886a7e Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 30 Jan 2013 13:41:03 -0600 Subject: Add a clean target to the run firmware (runfw) Makefile It's just good hygiene. Change-Id: Ie7d4557c1d0dcf7fc015852c4c9b2eae29c4acfc Signed-off-by: Ronald G. Minnich Reviewed-on: http://review.coreboot.org/2232 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: David Hendricks --- util/runfw/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util') diff --git a/util/runfw/Makefile b/util/runfw/Makefile index 4a1c775ab4..5f07e3c420 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 -- cgit v1.2.3