Mercurial > docs > DesignPatterns
comparison Makefile @ 2:961cb2d9b1b5
added make clean
author | meillo@marmaro.de |
---|---|
date | Wed, 30 May 2007 12:40:26 +0200 |
parents | fe9c99202977 |
children | 0923f2ae50a5 |
comparison
equal
deleted
inserted
replaced
1:fe9c99202977 | 2:961cb2d9b1b5 |
---|---|
17 xpdf: ${OBJ} | 17 xpdf: ${OBJ} |
18 @echo xpdf $@ | 18 @echo xpdf $@ |
19 @xpdf -z page ${OBJ} | 19 @xpdf -z page ${OBJ} |
20 @rm ${OBJ} | 20 @rm ${OBJ} |
21 | 21 |
22 clean: | |
23 echo 'cleaning ...' | |
24 rm *.{aux,lof,log,lot,nav,out,snm,toc} | |
22 | 25 |
23 .PHONY: all xpdf | 26 .PHONY: all xpdf |