0120049e1af065ba852c2fabb1fa27417ff1f617
hiram
  Fri Jun 18 13:51:57 2010 -0700
adding clean targets to makefiles reached via clean_utils
diff --git src/hg/agpToGl/makefile src/hg/agpToGl/makefile
index ffc005f..a0d7300 100644
--- src/hg/agpToGl/makefile
+++ src/hg/agpToGl/makefile
@@ -1,12 +1,15 @@
 include ../../inc/common.mk
 
 
 L += -lm
 MYLIBDIR = ../../lib/$(MACHTYPE)
 MYLIBS =  $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a
 
 O = agpToGl.o
 
 agpToGl: $O $(MYLIBS)
 	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/agpToGl $O $(MYLIBS) $L
 	${STRIP} ${BINDIR}/agpToGl${EXE}
+
+clean::
+	rm -f ${O}