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