38785bd54a6b4f7c5f13bc7a4b6666d69a2a422c
hiram
  Thu Jun 17 15:37:36 2010 -0700
fixup makefiles to have clean targets
diff --git src/oneShot/cntGlue/makefile src/oneShot/cntGlue/makefile
index 8393e34..46c6c05 100755
--- src/oneShot/cntGlue/makefile
+++ src/oneShot/cntGlue/makefile
@@ -1,9 +1,10 @@
 include ../../inc/common.mk
 
 
 O =  cntGlue.o
 
 ${BINDIR}/cntGlue: $(O)  
 	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/cntGlue $O ../../lib/$(MACHTYPE)/jkweb.a
 
-
+clean::
+	rm -f ${O}