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