adaefb41c47c8ed44b75ad2793770bae5070e71b
hiram
  Fri Jun 18 20:36:26 2010 -0700
last bunch of makefiles that need a clean target
diff --git src/utils/randomLines/makefile src/utils/randomLines/makefile
index 5808233..b6f9630 100644
--- src/utils/randomLines/makefile
+++ src/utils/randomLines/makefile
@@ -1,12 +1,15 @@
 include ../../inc/common.mk
 
 
 L += -lm
 MYLIBDIR = ../../lib/$(MACHTYPE)
 MYLIBS =  $(MYLIBDIR)/jkweb.a
 
 O = randomLines.o
 
 randomLines: $O $(MYLIBS)
 	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/randomLines $O $(MYLIBS) $L
 	${STRIP} ${BINDIR}/randomLines${EXE}
+
+clean::
+	rm -f ${O}