cropper

diff Makefile @ 4:2f11ab3e6047

added option handling; added output for convert; commented all ratio code cause it is not really important now
author meillo@marmaro.de
date Fri, 07 Dec 2007 17:40:08 +0100
parents 6aaba3a61563
children 7e1cf00de1df
line diff
     1.1 --- a/Makefile	Wed Dec 05 00:08:39 2007 +0100
     1.2 +++ b/Makefile	Fri Dec 07 17:40:08 2007 +0100
     1.3 @@ -19,8 +19,8 @@
     1.4  
     1.5  
     1.6  clean:
     1.7 -	rm *.o
     1.8 -	rm ${PACKAGE}
     1.9 +	rm -f *.o
    1.10 +	rm -f ${PACKAGE}
    1.11  
    1.12  
    1.13  # end of file