add "clean" target
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1112 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
57398af2a4
commit
bcb9f858e5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue