47ea306c424d4b800a1d6fea2cef10547bbaba62
hiram
  Thu Jun 17 15:37:36 2010 -0700
fixup makefiles to have clean targets
diff --git src/hg/cgiExample/makefile src/hg/cgiExample/makefile
index ce8b925..3ed4177 100644
--- src/hg/cgiExample/makefile
+++ src/hg/cgiExample/makefile
@@ -1,17 +1,19 @@
 include ../../inc/common.mk
 
 JKSRCDIR = /projects/compbiousr/kent/src
 JKLIBDIR = $(JKSRCDIR)/lib/$(MACHTYPE)
 
 L += $(MYSQLLIBS) -lm 
 MYLIBS =  $(JKLIBDIR)/jkhgap.a $(JKLIBDIR)/jkweb.a
 
 O = cgiExample.o
 
 cgiExample: $O 
 	${CC} ${COPT} ${CFLAGS} $O $(MYLIBS) $L
 	mv ${AOUT} cgiExample
 	${STRIP} cgiExample${EXE}
 	chmod a+rx cgiExample
 	mv cgiExample /usr/local/apache/cgi-bin
 
+clean::
+	rm -f ${O}