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