47ea306c424d4b800a1d6fea2cef10547bbaba62
hiram
  Thu Jun 17 15:37:36 2010 -0700
fixup makefiles to have clean targets
diff --git src/oneShot/m22dirs/makefile src/oneShot/m22dirs/makefile
index 725a94e..cc6d80f 100755
--- src/oneShot/m22dirs/makefile
+++ src/oneShot/m22dirs/makefile
@@ -1,9 +1,10 @@
 include ../../inc/common.mk
 
 
 O = m22dirs.o 
 
 m22dirs: $(O)
 	${CC} ${COPT} ${CFLAGS} -o m22dirs $O ../../lib/$(MACHTYPE)/jkweb.a
 
-
+clean::
+	rm -f ${O}