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 wrap: on
line diff
--- a/Makefile	Tue Dec 04 20:23:25 2007 +0100
+++ b/Makefile	Tue Dec 04 23:20:51 2007 +0100
@@ -17,4 +17,10 @@
 .c.o:
 	${CC} ${CFLAGS} -c $<
 
+
+clean:
+	rm ${OBJS}
+	rm ${PACKAGE}
+
+
 # end of file