38785bd54a6b4f7c5f13bc7a4b6666d69a2a422c
hiram
  Thu Jun 17 15:37:36 2010 -0700
fixup makefiles to have clean targets
diff --git src/index/indexgl/makefile src/index/indexgl/makefile
index c77df7b..f5bb4de 100755
--- src/index/indexgl/makefile
+++ src/index/indexgl/makefile
@@ -1,13 +1,15 @@
 include ../../inc/common.mk
 
 
 O = indexgl.o 
 
 indexgl: ${O} 
 	${CC} $O ../../lib/${MACHTYPE}/jkweb.a \
 		-o ${BINDIR}/indexgl $L
 	${STRIP} ${BINDIR}/indexgl${EXE}
 
 lib:
 	cd ../../lib && ${MAKE}
 
+clean::
+	rm -f ${O}