From bcb9f858e5cffc76da5fdb3e9618d11b022aa262 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 12 Sep 2003 12:35:18 +0000 Subject: add "clean" target git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1112 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/newconfig/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'util/newconfig') diff --git a/util/newconfig/Makefile b/util/newconfig/Makefile index fd8c009b9f..374148254e 100644 --- a/util/newconfig/Makefile +++ b/util/newconfig/Makefile @@ -26,4 +26,7 @@ manual/index.html: yapps2.aux yapps2.tex DISTRIB: cd ..; zip -u yapps2.zip yapps2/{LICENSE,yapps2.py,yappsrt.py,parsedesc.g,examples/*.g,NOTES,yapps2.tex,Makefile,manual/*.html,manual/*.css,manual/*.png} - + +clean: + rm -f config.py yappsrt.pyc parsedesc.py + -- cgit v1.2.3