47ea306c424d4b800a1d6fea2cef10547bbaba62
hiram
  Thu Jun 17 15:37:36 2010 -0700
fixup makefiles to have clean targets
diff --git src/oneShot/invert/makefile src/oneShot/invert/makefile
index cfd524f..4cdd0e3 100755
--- src/oneShot/invert/makefile
+++ src/oneShot/invert/makefile
@@ -5,3 +5,6 @@
 
 invert: $(O)
 	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/invert $O ../../lib/$(MACHTYPE)/jkweb.a
+
+clean::
+	rm -f ${O}