comparison 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
comparison
equal deleted inserted replaced
3:6aaba3a61563 4:2f11ab3e6047
17 .c.o: 17 .c.o:
18 ${CC} ${CFLAGS} -c $< 18 ${CC} ${CFLAGS} -c $<
19 19
20 20
21 clean: 21 clean:
22 rm *.o 22 rm -f *.o
23 rm ${PACKAGE} 23 rm -f ${PACKAGE}
24 24
25 25
26 # end of file 26 # end of file