aboutsummaryrefslogtreecommitdiff
path: root/util/newconfig
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2003-09-12 12:35:18 +0000
committerStefan Reinauer <stepan@openbios.org>2003-09-12 12:35:18 +0000
commitbcb9f858e5cffc76da5fdb3e9618d11b022aa262 (patch)
tree853a42ffb9068ff0e8d3db71390886360858bdc8 /util/newconfig
parent57398af2a4cff42effd17dac39e8805185ad290c (diff)
add "clean" target
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1112 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/newconfig')
-rw-r--r--util/newconfig/Makefile5
1 files changed, 4 insertions, 1 deletions
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
+