38785bd54a6b4f7c5f13bc7a4b6666d69a2a422c
hiram
  Thu Jun 17 15:37:36 2010 -0700
fixup makefiles to have clean targets
diff --git src/oneShot/threadExp/makefile src/oneShot/threadExp/makefile
index 5944c95..61b001d 100644
--- src/oneShot/threadExp/makefile
+++ src/oneShot/threadExp/makefile
@@ -1,11 +1,14 @@
 .c.o:
 	${CC} ${COPT} ${CFLAGS} -O -Wformat -Wimplicit -Wuninitialized -Wreturn-type -I../inc -I../../inc -I../../../inc -c $*.c
 
 L += -lm
 MYLIBDIR = ../../lib/$(MACHTYPE)
 MYLIBS =  $(MYLIBDIR)/jkweb.a -lpthread
 
 O = threadExp.o cacheQueue.o
 
 threadExp: $O $(MYLIBS)
 	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/threadExp $O $(MYLIBS) $L
+
+clean::
+	rm -f ${O}