comparison 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
comparison
equal deleted inserted replaced
1:80535e4deaa4 2:e359bea4c8ac
15 ${CC} -o ${PACKAGE} ${OBJS} ${LDADD} 15 ${CC} -o ${PACKAGE} ${OBJS} ${LDADD}
16 16
17 .c.o: 17 .c.o:
18 ${CC} ${CFLAGS} -c $< 18 ${CC} ${CFLAGS} -c $<
19 19
20
21 clean:
22 rm ${OBJS}
23 rm ${PACKAGE}
24
25
20 # end of file 26 # end of file