diff options
author | Stefan Reinauer <stepan@openbios.org> | 2003-09-12 12:35:18 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2003-09-12 12:35:18 +0000 |
commit | bcb9f858e5cffc76da5fdb3e9618d11b022aa262 (patch) | |
tree | 853a42ffb9068ff0e8d3db71390886360858bdc8 /util/newconfig/Makefile | |
parent | 57398af2a4cff42effd17dac39e8805185ad290c (diff) |
add "clean" target
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1112 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/newconfig/Makefile')
-rw-r--r-- | util/newconfig/Makefile | 5 |
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 + |