e5f1cb521f39298a094e60c0b59210f059bfed0b hiram Tue Mar 8 15:18:47 2011 -0800 properly clean the executable diff --git src/utils/bigBedToBed/makefile src/utils/bigBedToBed/makefile index f4e9086..1557a20 100644 --- src/utils/bigBedToBed/makefile +++ src/utils/bigBedToBed/makefile @@ -4,16 +4,16 @@ MYLIBDIR = ../../lib/${MACHTYPE} MYLIBS = ${MYLIBDIR}/jkweb.a A = bigBedToBed O = bigBedToBed.o bigBedToBed: ${O} ${MYLIBS} @${MKDIR} "${DESTDIR}${BINDIR}" ${CC} ${COPT} ${CFLAGS} -o ${DESTDIR}${BINDIR}/${A}${EXE} $O ${MYLIBS} ${L} ${STRIP} ${DESTDIR}${BINDIR}/${A}${EXE} compile: ${O} ${MYLIBS} ${CC} ${COPT} ${CFLAGS} -o ${A}${EXE} $O ${MYLIBS} ${L} clean:: - rm -f ${O} + rm -f ${O} ${A}${EXE}