docs/DesignPatterns

changeset 2:961cb2d9b1b5

added make clean
author meillo@marmaro.de
date Wed, 30 May 2007 12:40:26 +0200
parents fe9c99202977
children 0923f2ae50a5
files Makefile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/Makefile	Wed May 30 12:38:16 2007 +0200
     1.2 +++ b/Makefile	Wed May 30 12:40:26 2007 +0200
     1.3 @@ -19,5 +19,8 @@
     1.4  	@xpdf -z page ${OBJ}
     1.5  	@rm ${OBJ}
     1.6  
     1.7 +clean:
     1.8 +	echo 'cleaning ...'
     1.9 +	rm *.{aux,lof,log,lot,nav,out,snm,toc}
    1.10  
    1.11  .PHONY: all xpdf