47ea306c424d4b800a1d6fea2cef10547bbaba62
hiram
  Thu Jun 17 15:37:36 2010 -0700
fixup makefiles to have clean targets
diff --git src/oneShot/makefile src/oneShot/makefile
index 8b2e6e9..d4d7a3b 100644
--- src/oneShot/makefile
+++ src/oneShot/makefile
@@ -9,3 +9,6 @@
 oneShot: $O $(MYLIBS)
 	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/oneShot $O $(MYLIBS) $L
 	${STRIP} ${BINDIR}/oneShot${EXE}
+
+clean::
+	rm -f ${O}