cropper

diff Makefile @ 2:e359bea4c8ac

added code for ratio swap; new names for ratio operations; added main.h; some more
author meillo@marmaro.de
date Tue, 04 Dec 2007 23:20:51 +0100
parents ca9155129253
children 6aaba3a61563
line diff
     1.1 --- a/Makefile	Tue Dec 04 20:23:25 2007 +0100
     1.2 +++ b/Makefile	Tue Dec 04 23:20:51 2007 +0100
     1.3 @@ -17,4 +17,10 @@
     1.4  .c.o:
     1.5  	${CC} ${CFLAGS} -c $<
     1.6  
     1.7 +
     1.8 +clean:
     1.9 +	rm ${OBJS}
    1.10 +	rm ${PACKAGE}
    1.11 +
    1.12 +
    1.13  # end of file