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