comparison Makefile @ 12:a7bdc1211d3a

renamed files; some restructuring
author meillo@marmaro.de
date Thu, 21 Jun 2007 10:46:57 +0200
parents 7744082fd6a3
children eff2ffb701fe
comparison
equal deleted inserted replaced
11:a7ab86cddfad 12:a7bdc1211d3a
25 @xpdf -fullscreen -z page ${OBJ} 25 @xpdf -fullscreen -z page ${OBJ}
26 #@rm ${OBJ} 26 #@rm ${OBJ}
27 27
28 clean: 28 clean:
29 echo 'cleaning ...' 29 echo 'cleaning ...'
30 rm *.{aux,lof,log,lot,nav,out,snm,toc} 30 rm *.{aux,lof,log,lot,nav,out,snm,toc} 2> /dev/null
31 31
32 .PHONY: all xpdf 32 .PHONY: all xpdf clean