47ea306c424d4b800a1d6fea2cef10547bbaba62 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}