38785bd54a6b4f7c5f13bc7a4b6666d69a2a422c
hiram
  Thu Jun 17 15:37:36 2010 -0700
fixup makefiles to have clean targets
diff --git src/oneShot/checkLayout/makefile src/oneShot/checkLayout/makefile
index aa58287..da68477 100644
--- src/oneShot/checkLayout/makefile
+++ src/oneShot/checkLayout/makefile
@@ -1,8 +1,11 @@
 include ../../inc/common.mk
 
 
 O = checkLayout.o 
 
 checkLayout: $(O)
 	${CC} ${COPT} ${CFLAGS} -o ../../cgi-bin/checkLayout $O ../../lib/$(MACHTYPE)/jkweb.a
 	${STRIP} ../../cgi-bin/checkLayout${EXE}
+
+clean::
+	rm -f ${O}