adaefb41c47c8ed44b75ad2793770bae5070e71b
hiram
  Fri Jun 18 20:36:26 2010 -0700
last bunch of makefiles that need a clean target
diff --git src/utils/catUncomment/makefile src/utils/catUncomment/makefile
index 9b5433a..9b8e2b6 100755
--- src/utils/catUncomment/makefile
+++ src/utils/catUncomment/makefile
@@ -1,10 +1,11 @@
 include ../../inc/common.mk
 
 
 O = catUncomment.o 
 
 catUncomment: $(O)
 	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/catUncomment $O ../../lib/$(MACHTYPE)/jkweb.a
 	${STRIP} ${BINDIR}/catUncomment${EXE}
 
-
+clean::
+	rm -f ${O}